mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-21 19:43:04 +00:00
Fail on broken links
This commit is contained in:
parent
0bf95f074f
commit
bfd4fea7d7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check_links.yml
vendored
1
.github/workflows/check_links.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
uses: lycheeverse/lychee-action@master
|
||||
with:
|
||||
args: --exclude reddit.com -- '*.md'
|
||||
fail: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue