Compiler-From-Scratch/.forgejo/workflows/demo.yml
Tom Bloor d0dc24b83c
All checks were successful
/ ping (pull_request) Successful in 1s
Fix CI and add basic run
2025-03-07 16:07:13 +00:00

8 lines
127 B
YAML

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