Skip to content

Commit

Permalink
fix: 💚 do not lint CHANGELOG.md
Browse files Browse the repository at this point in the history
since this file is auto-generated by `release-please`
  • Loading branch information
djmaxus committed Nov 28, 2024
1 parent 2965202 commit c7580c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/markdownlint-cli2-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v18
with:
fix: true
globs: '**/*.md'
fix: true
globs: |
**/*.md
!CHANGELOG.md

0 comments on commit c7580c8

Please sign in to comment.