Skip to content

Commit

Permalink
Adding ignore none
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekraus45 committed Mar 11, 2024
1 parent 2635505 commit 8160d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}}
run: |
markdown-link-check \
--verbose --ignore \
--verbose --ignore /none \
--config .github/workflows/check_links_config.json \
changelog_preview.md \
|| { echo "Check that anchor links are lowercase"; exit 1; }

0 comments on commit 8160d85

Please sign in to comment.