File tree 1 file changed +12
-13
lines changed 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
-
2
1
on :
3
2
schedule :
4
- - cron : ' 00 9 * * *'
3
+ - cron : " 00 9 * * *"
5
4
push :
6
5
name : Link Checker
7
6
jobs :
8
7
linkchecker :
9
8
name : linkchecker
10
9
runs-on : ubuntu-latest
11
10
steps :
12
- - uses : actions/checkout@master
13
- - name : linkchecker
14
- uses : cam-barts/linkchecker-action@master
15
- env :
16
- include_files : " README.md"
17
- - name : Upload exclusion list as an artifact
18
- uses : actions/upload-artifact@v1
19
- if : always()
20
- with :
21
- name : exclude_links.json
22
- path : exclude_links.json
11
+ - uses : actions/checkout@master
12
+ - name : linkchecker
13
+ uses : cam-barts/linkchecker-action@master
14
+ env :
15
+ include_files : " README.md"
16
+ - name : Upload exclusion list as an artifact
17
+ uses : actions/upload-artifact@v4
18
+ if : always()
19
+ with :
20
+ name : exclude_links.json
21
+ path : exclude_links.json
You can’t perform that action at this time.
0 commit comments