Skip to content

Commit 0c5a4b3

Browse files
Update broken-links.yml
1 parent eb1d45b commit 0c5a4b3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/broken-links.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ jobs:
1010
linkChecker:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
14+
1415
- name: Link Checker
15-
id: lc
16-
uses: peter-evans/[email protected]
16+
uses: lycheeverse/[email protected]
1717
with:
18-
args: '-v -r *.md'
19-
- name: Fail?
20-
run: 'exit ${{ steps.lc.outputs.exit_code }}'
18+
fail: true

0 commit comments

Comments
 (0)