We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c28fb7 + 3ef6b81 commit ca464e2Copy full SHA for ca464e2
1 file changed
.github/workflows/link-check.yml
@@ -3,17 +3,15 @@ name: Markdown Link Check
3
on:
4
# every sunday at 23:00 UTC
5
schedule:
6
- # prettier-ignore
7
- cron: '0 23 * * 0'
8
workflow_dispatch:
9
10
jobs:
11
check-links:
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
13
steps:
14
- uses: actions/checkout@v4
15
- uses: umbrelladocs/action-linkspector@v1
16
with:
17
fail_on_error: true
18
19
config_file: '.config/linkspector.yml'
0 commit comments