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 d108802 commit 42bf9b2Copy full SHA for 42bf9b2
.github/workflows/broken-links.yml
@@ -1,13 +1,18 @@
1
name: broken links?
2
'on':
3
- pull_request:
+ push:
4
+ branches:
5
+ - "**"
6
+ schedule:
7
+ - cron: 0 16 * * *
8
+ workflow_dispatch:
9
jobs:
10
linkChecker:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
15
- name: Link Checker
- uses: lycheeverse/lychee-action@v2.0.2
16
+ uses: lycheeverse/lychee-action@v1.8.0
17
with:
18
fail: true
0 commit comments