From a1f1612a8de5858507923bcfa7bd5fb14f20146d Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:32:05 -0400 Subject: [PATCH] Update markdown-lint.yml --- .github/workflows/markdown-lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'