Skip to content

Commit

Permalink
chore(build): exlude CHANGELOG.md from mk lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Jun 30, 2023
1 parent a572859 commit 5db5a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Run markdownlint
run: |
markdownlint-cli2-config .markdownlint.yaml "**/*.md" "#.github" "#charts"
markdownlint-cli2-config .markdownlint.yaml "**/*.md" "#.github" "#charts" "#CHANGELOG.md"
unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5db5a64

Please sign in to comment.