We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cb42e commit d618764Copy full SHA for d618764
1 file changed
.github/workflows/continuous-integration.yml
@@ -21,5 +21,5 @@ jobs:
21
- name: Check links with lychee
22
uses: lycheeverse/lychee-action@v2.7.0
23
with:
24
- args: --accept '200..=204, 401, 429' --exclude-all-private
+ args: --root-dir "$(pwd)" --verbose --no-progress './**/*.md'
25
fail: true
0 commit comments