Skip to content

Commit 529418c

Browse files
committed
Fix linkinator
1 parent 125c601 commit 529418c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spelling_and_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: jprochazk/linkinator-action@main
3333
with:
3434
linksToSkip: "https://crates.io/crates/.*, http://localhost:.*" # Avoid crates.io rate-limiting
35-
paths: "**/*.c, **/*.cpp, **/*.fbs, **/*.h, **/*.hpp, **/*.js, **/*.md, **/*.py, **/*.rs, **/*.sh, **/*.toml, **/*.txt, **/*.wgsl, **/*.yml"
35+
paths: "**/*.cpp, **/*.hpp, **/*.md, **/*.toml"
3636
retry: true
3737
retryErrors: true
3838
retryErrorsCount: 5

0 commit comments

Comments
 (0)