Skip to content

Commit

Permalink
ci: switch md-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
deeagle committed Oct 16, 2024
1 parent 0efea9f commit 01ba81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/checkout@v4

- name: Lint readme file
uses: avto-dev/markdown-lint@v1
uses: DavidAnson/markdownlint-cli2-action@v17
with:
args: '*.md'
globs: '**/*.md'
ignore: 'CHANGELOG.md'

- name: Checkout
Expand Down

0 comments on commit 01ba81a

Please sign in to comment.