Actions_tests/.forgejo/workflows/demo.yaml
Yann Kervran 74b0400e8b
Some checks failed
/ test (push) Failing after 5s
test
2024-04-16 09:50:23 +02:00

10 lines
No EOL
179 B
YAML

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