From f2115592179eb43cf106eeb181adcd003d4cba41 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 10 Sep 2024 17:51:05 +0100 Subject: [PATCH] Check links for all files (#252) By default https://github.com/lycheeverse/lychee-action/blob/c38ba4f281730ee0d64e6963f49b708e01567b86/action.yml#L6C15-L6C38 --- .typos.toml | 12 ++++++++++++ actions/links/action.yml | 1 + 2 files changed, 13 insertions(+) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..9379045 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,12 @@ +[type.json5] +extend-glob = [ + "*.json5", +] +extend-ignore-re = [ + "actions/(?:\\w+-)+artifact", +] + +[type.yaml] +extend-ignore-re = [ + "--color", +] diff --git a/actions/links/action.yml b/actions/links/action.yml index 3e0ad20..7266d1a 100644 --- a/actions/links/action.yml +++ b/actions/links/action.yml @@ -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 }}