Skip to content

Commit

Permalink
ci: πŸ’š fix extracted markdown lint (#57)
Browse files Browse the repository at this point in the history
wasn't checking out the branch before linting
use `v3` of the action
  • Loading branch information
zoido authored Dec 10, 2023
1 parent be60ae7 commit c392210
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/markdown-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .

0 comments on commit c392210

Please sign in to comment.