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

9 lines
No EOL
180 B
YAML

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