Skip to content

Commit

Permalink
ci: use extended globs for config
Browse files Browse the repository at this point in the history
  • Loading branch information
deeagle committed Oct 16, 2024
1 parent 01ba81a commit 06dfc86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Lint readme file
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: '**/*.md'
ignore: 'CHANGELOG.md'
globs: |
**/*.md
!CHANGELOG.md
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 06dfc86

Please sign in to comment.