File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v1
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Setup Node.js
18
18
uses : actions/setup-node@v1
@@ -28,15 +28,12 @@ jobs:
28
28
29
29
steps :
30
30
- name : Checkout repository
31
- uses : actions/checkout@v1
32
-
33
- - name : Download brok package
34
- run : wget https://github.com/smallhadroncollider/brok/releases/download/1.1.0/brok-1.1.0_x86-64-linux.deb
31
+ uses : actions/checkout@v4
35
32
36
33
- name : Install brok (and dependencies)
37
34
run : |
38
- sudo apt-get install libtinfo5
35
+ wget https://github.com/smallhadroncollider/brok/releases/download/1.1.0/brok-1.1.0_x86-64-linux.deb
39
36
sudo dpkg -i brok-1.1.0_x86-64-linux.deb
40
37
41
- - name : Run awesome-lint
38
+ - name : Check for dead links
42
39
run : brok --only-failures *.md
You can’t perform that action at this time.
0 commit comments