We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cd290 commit b96d58cCopy full SHA for b96d58c
.github/workflows/checks.yml
@@ -36,14 +36,3 @@ jobs:
36
37
- name: Check include guards
38
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