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.
mikavilpas committed Jul 3, 2024
1 parent bf0af03 commit 2c86daf
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/.*"
2,516 changes: 2,435 additions & 81 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@umbrelladocs/linkspector": "0.3.12",
"markdownlint-cli2": "0.12.1",
"prettier": "3.2.5"
}

0 comments on commit 2c86daf

Please sign in to comment.