Skip to content

Commit

Permalink
ci: add config for linkspector
Browse files Browse the repository at this point in the history
CI should have caught the broken link, but looks like it's not working.
I think it may have timed out, so hopefully this helps.
  • Loading branch information
mikavilpas committed Jul 3, 2024
1 parent bf0af03 commit 2c86daf
Show file tree
Hide file tree
Showing 3 changed files with 2,444 additions and 81 deletions.
8 changes: 8 additions & 0 deletions .linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dirs:
- .
- ./documentation/
useGitIgnore: true
ignorePatterns:
# these seem to fail due to timeouts anyway
# https://github.com/UmbrellaDocs/linkspector/issues/5
- pattern: "https://github.com/mikavilpas/yazi.nvim/assets/.*"
Loading

0 comments on commit 2c86daf

Please sign in to comment.