Skip to content

Commit ca464e2

Browse files
committed
Merge branch 'develop'
2 parents 5c28fb7 + 3ef6b81 commit ca464e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/link-check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ name: Markdown Link Check
33
on:
44
# every sunday at 23:00 UTC
55
schedule:
6-
# prettier-ignore
76
- cron: '0 23 * * 0'
87
workflow_dispatch:
98

109
jobs:
1110
check-links:
12-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1312
steps:
1413
- uses: actions/checkout@v4
1514
- uses: umbrelladocs/action-linkspector@v1
1615
with:
1716
fail_on_error: true
18-
# prettier-ignore
1917
config_file: '.config/linkspector.yml'

0 commit comments

Comments
 (0)