Skip to content

Commit

Permalink
Fix linkinator
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 31, 2023
1 parent 125c601 commit 529418c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spelling_and_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: jprochazk/linkinator-action@main
with:
linksToSkip: "https://crates.io/crates/.*, http://localhost:.*" # Avoid crates.io rate-limiting
paths: "**/*.c, **/*.cpp, **/*.fbs, **/*.h, **/*.hpp, **/*.js, **/*.md, **/*.py, **/*.rs, **/*.sh, **/*.toml, **/*.txt, **/*.wgsl, **/*.yml"
paths: "**/*.cpp, **/*.hpp, **/*.md, **/*.toml"
retry: true
retryErrors: true
retryErrorsCount: 5
Expand Down

0 comments on commit 529418c

Please sign in to comment.