Fix CI and add basic run
All checks were successful
/ ping (pull_request) Successful in 1s

This commit is contained in:
Tom Bloor 2025-03-07 16:00:43 +00:00
parent 3d50094a20
commit d0dc24b83c
Signed by: TBSliver
GPG key ID: 4657C7EBE42CC5CC
2 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1,8 @@
on:
pull_request:
jobs:
ping:
runs-on: docker
steps:
- run: echo "Ping Pong, this is your runner speaking!"

View file

@ -10,5 +10,6 @@ jobs:
ping: ping:
runs-on: docker runs-on: docker
steps: steps:
- run: echo "Ping Pong, this is your runner speaking!" - run: |
- run: echo "Printing Message: ${{ inputs.message }}" echo "Ping Pong, this is your runner speaking!"
echo "Printing Message: ${{ inputs.message }}"