diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index b70ab65..c2016ba 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -9,4 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: lint - uses: https://github.com/articulate/actions-markdownlint@v1 \ No newline at end of file + uses: https://github.com/articulate/actions-markdownlint@v1 + with: + files: '**/*.md' \ No newline at end of file