Skip to content

Commit

Permalink
Check links for all files (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Sep 10, 2024
1 parent a048195 commit f211559
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[type.json5]
extend-glob = [
"*.json5",
]
extend-ignore-re = [
"actions/(?:\\w+-)+artifact",
]

[type.yaml]
extend-ignore-re = [
"--color",
]
1 change: 1 addition & 0 deletions actions/links/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ runs:
# yamllint disable-line rule:line-length
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1
with:
args: --verbose --no-progress .
failIfEmpty: false
token: ${{ inputs.github-token }}

0 comments on commit f211559

Please sign in to comment.