diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index cde59ee..95dc7f1 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -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 \ No newline at end of file + uses: actions/markdownlint-cli2@main + with: + globs: | + README.md + docs/*.md \ No newline at end of file