Compare commits

...

2 commits

Author SHA1 Message Date
9b6c784ac3 Merge pull request 'Add basic CI on PR' (#6) from tbsliver/more-ci-fix into main
Reviewed-on: #6
2025-03-07 16:08:31 +00:00
d0dc24b83c
Fix CI and add basic run
All checks were successful
/ ping (pull_request) Successful in 1s
2025-03-07 16:07:13 +00:00
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:
runs-on: docker
steps:
- run: echo "Ping Pong, this is your runner speaking!"
- run: echo "Printing Message: ${{ inputs.message }}"
- run: |
echo "Ping Pong, this is your runner speaking!"
echo "Printing Message: ${{ inputs.message }}"