test-fest/.forgejo/workflows/demo.yaml
Johan Wassberg 12a0c4d29f
Some checks failed
/ test (push) Failing after 4s
Test more
2024-09-10 14:39:33 +02:00

14 lines
235 B
YAML

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