From c3922106c1ca3fd00ee7b6bac4ddaff226db5684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Pokorn=C3=BD?= Date: Sun, 10 Dec 2023 16:48:53 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=92=9A=20fix=20extracted=20markdown?= =?UTF-8?q?=20lint=20(#57)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wasn't checking out the branch before linting use `v3` of the action --- .github/workflows/markdown-lint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/markdown-lint.yaml b/.github/workflows/markdown-lint.yaml index 4dc6f8b..f710667 100644 --- a/.github/workflows/markdown-lint.yaml +++ b/.github/workflows/markdown-lint.yaml @@ -8,7 +8,9 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: markdownlint - uses: nosborn/github-action-markdown-cli@v2 + uses: nosborn/github-action-markdown-cli@v3 with: files: .