diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 8587092d4..e80b8889a 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -16,10 +16,9 @@ jobs: uses: actions/checkout@v4 - name: New Files - id: update_files run: echo "::set-output name=files::$(git diff --name-only ${{ github.event.before }} ${{ github.sha }})" - name: Markdown Linter uses: DavidAnson/markdownlint-cli2-action@v15 with: - globs: ${{ steps.update_files.outputs.files }} + globs: '**/*.md'