We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af491cf commit fe0da39Copy full SHA for fe0da39
.github/workflows/links-check.yml
@@ -16,6 +16,6 @@ jobs:
16
uses: lycheeverse/lychee-action@v2.7.0
17
with:
18
fail: true
19
- args: --exclude-mail --exclude .+localhost.+ README.md
+ args: --exclude .+localhost.+ README.md
20
env:
21
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments