test-fest/.forgejo/workflows/demo.yaml
Johan Wassberg 467de6d1da
All checks were successful
/ test (push) Successful in 3s
Better to start in default
2024-09-10 14:41:15 +02:00

12 lines
195 B
YAML

on:
push:
schedule:
- cron: "*/5 * * * *"
jobs:
test:
runs-on: docker
steps:
- run: echo All Good
- uses: actions/checkout@v4
with:
fetch-depth: 0