mach-detours/.forgejo/workflows/demo.yaml
Lysann Tranvouez b62d10462c
All checks were successful
/ test (push) Successful in 19s
test
2025-10-06 00:03:06 +02:00

8 lines
138 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!
- uses: actions/checkout@v4
- run: ls -la