Skip to content

Commit

Permalink
Update broken-links.yml to omit multiple paths (#906)
Browse files Browse the repository at this point in the history
Seems like the documentation support this repeated option

https://lychee.cli.rs/#/usage/cli?id=repeating-options
  • Loading branch information
gluneau authored Aug 17, 2023
1 parent 529c745 commit 06d0bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
args: --verbose --exclude-path "./node_modules/" "./dist/spa/" "./tests/metamask_wallet/" "./tests/polkadot_wallet/" "./**/*.js" "./**/*.ts" "./**/*.html" "./**/*.scss" "./**/*.json" "./**/*.md"
args: --verbose --exclude-path "./node_modules/" --exclude-path "./dist/spa/" --exclude-path "./tests/metamask_wallet/" --exclude-path "./tests/polkadot_wallet/" "./**/*.js" "./**/*.ts" "./**/*.html" "./**/*.scss" "./**/*.json" "./**/*.md"

- name: Create Issue From File
if: env.lychee_exit_code != 0
Expand Down

0 comments on commit 06d0bcb

Please sign in to comment.