diff --git a/.github/workflows/livestream.yml b/.github/workflows/livestream.yml new file mode 100644 index 0000000..d097d2c --- /dev/null +++ b/.github/workflows/livestream.yml @@ -0,0 +1,11 @@ +name: Livestream Action + +on: + pull_request: + +jobs: + Log: + runs-on: ubuntu-latest + steps: + - name: Console logs some cool s**t + run: echo "Hello, World!"