zero2prod/.forgejo/workflows/demo.yaml
Jasper Ras b33bfb2bfb
All checks were successful
/ test (push) Successful in 1s
expand the demo with a checkout of the repo
2026-02-26 21:32:02 +01:00

8 lines
138 B
YAML

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