We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ed32a commit 2b4fbddCopy full SHA for 2b4fbdd
.github/workflows/broken-links.yml
@@ -1,20 +1,18 @@
1
+name: broken links?
2
'on':
3
push:
4
branches:
5
- "**"
6
schedule:
7
- cron: 0 16 * * *
- workflow_dispatch:
8
-name: broken links?
+ workflow_dispatch:
9
jobs:
10
linkChecker:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
+
15
- name: Link Checker
- id: lc
16
- uses: peter-evans/[email protected]
+ uses: lycheeverse/[email protected]
17
with:
18
- args: -v -r * -x (mvnrepository)
19
- - name: Fail?
20
- run: 'exit ${{ steps.lc.outputs.exit_code }}'
+ fail: true
0 commit comments