Skip to content

Commit

Permalink
Change which markdown files are linted
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Nov 3, 2023
1 parent fbc2329 commit 9c14325
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
uses: tj-actions/[email protected]
with:
files: |
**/*.md
files_ignore: |
.changeset/*.md
CHANGELOG.md
docs/**/*.md
.github/**/*.md
README.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
- uses: xt0rted/markdownlint-problem-matcher@v2
if: steps.changed-files.outputs.any_changed == 'true'
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 9c14325

Please sign in to comment.