Skip to content

Commit

Permalink
Update broken-links.yml (#904)
Browse files Browse the repository at this point in the history
Add directories to omit
  • Loading branch information
gluneau authored Aug 17, 2023
1 parent 796fda6 commit 529c745
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/ "./**/*.js" "./**/*.ts" "./**/*.html" "./**/*.scss" "./**/*.json" "./**/*.md"
args: --verbose --exclude-path "./node_modules/" "./dist/spa/" "./tests/metamask_wallet/" "./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 529c745

Please sign in to comment.