runner-test/.forgejo/workflows/demo.yaml
xengi 4a70951f89
Some checks are pending
/ test (push) Waiting to run
Add .forgejo/workflows/demo.yaml
2026-02-15 12:54:59 +01:00

6 lines
84 B
YAML

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