We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721f648 commit c8bad63Copy full SHA for c8bad63
.github/workflows/checks.yml
@@ -38,7 +38,7 @@ jobs:
38
run: ./bin/check-include-guards ./exercises/concept ./exercises/practice
39
40
- name: Check links
41
- uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374
+ uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6
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
0 commit comments