Compiler-From-Scratch/.forgejo/workflows/demo.yml
Tom Bloor 491486e500
All checks were successful
/ ping (pull_request) Successful in 2s
Add basic CI on PR
2025-03-07 16:00:43 +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!"