Skip to content

Commit b96d58c

Browse files
authored
Disable lychee-action (#1051)
1 parent a6cd290 commit b96d58c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,3 @@ jobs:
3636

3737
- name: Check include guards
3838
run: ./bin/check-include-guards ./exercises/concept ./exercises/practice
39-
40-
- name: Check links
41-
uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c
42-
id: lychee
43-
with:
44-
args: --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36" --no-progress **/*.md **/*.html
45-
env:
46-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
47-
48-
- name: Fail if there were link errors
49-
run: exit ${{ steps.lychee.outputs.exit_code }}

0 commit comments

Comments
 (0)