Actions_tests/.forgejo/workflows/demo.yaml
Yann Kervran e39c742815
Some checks failed
/ test (push) Failing after 5s
Tests
2024-04-16 09:42:44 +02:00

9 lines
No EOL
162 B
YAML

on: [push]
jobs:
test:
runs-on: bookworm
container: minidocks/mkdocs
steps:
- run: ls -al
- run: mkdocs build
- run: echo All Good