Add basic CI on PR #6

Merged
TBSliver merged 1 commit from tbsliver/more-ci-fix into main 2025-03-07 16:08:32 +00:00
2 changed files with 11 additions and 2 deletions
Showing only changes of commit d0dc24b83c - Show all commits

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 }}"