runner-test/.forgejo/workflows/demo.yaml
xengi 42a0f0f882
All checks were successful
/ test (push) Successful in 5s
Update .forgejo/workflows/demo.yaml
2026-02-15 12:55:44 +01:00

6 lines
91 B
YAML

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo All good!