test-fest/.forgejo/workflows/demo.yaml
Johan Wassberg 39f2aa6fb0
All checks were successful
/ test (push) Successful in 5s
Try stuff
2024-09-10 14:29:35 +02:00

11 lines
162 B
YAML

on:
push:
schedule:
- cron: "*/5 * * * *"
jobs:
test:
runs-on: docker
container:
image: alpine:3.18
steps:
- run: echo All Good