diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 000000000..8268fefd4 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,10 @@ +on: [push] + +jobs: + hello_world_job: + runs-on: ubuntu-latest + name: A job to say hello + steps: + - name: Hello world action step + id: hello + uses: Flemmli97/Warp