Update .gitea/workflows/lint-test.yaml
Lint and Test / lint (push) Failing after 0s
Build and Publish Site / docker (push) Successful in 4s

This commit is contained in:
2026-06-08 13:47:44 +02:00
committed by Gitea
parent 8cad990457
commit e7aef8ee38
+6 -1
View File
@@ -9,7 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v4
- name: Markdown Lint
uses: actions/markdownlint-cli2@main
uses: actions/markdownlint-cli2@main
with:
globs: |
README.md
docs/*.md