-
Notifications
You must be signed in to change notification settings - Fork 52
41 lines (36 loc) · 1.22 KB
/
links.yml
File metadata and controls
41 lines (36 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: Links
on:
pull_request:
workflow_dispatch:
schedule:
- cron: "43 12 * * *"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-
- uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
with:
fail: true
args: >
--root-dir ${{ github.workspace }}
--verbose
--no-progress
--cache
--max-cache-age 2d
--include-fragments
--exclude 'api.hetzner.cloud'
--exclude 'api.hetzner.com'
--exclude 'https://docs.hetzner.cloud/reference/cloud#'
--exclude 'https://docs.hetzner.cloud/reference/hetzner#'
--exclude 'codecov.io'
--exclude 'github.com'
--exclude 'https://docs.hetzner.com/networking/dns/faq/beta/'
--exclude 'https://docs.hetzner.com/networking/dns/migration-to-hetzner-console/process/'
'**/*.md'
'**/*.py'