File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 40
40
with :
41
41
components : rust-src
42
42
- run : git config user.name "github-runner" && git config user.email "<>"
43
- - run : git rebase --exec 'cargo doc --no-deps' --root
43
+ - run : git rebase --exec 'cargo doc --no-deps' --root
44
44
clippy :
45
45
runs-on : ubuntu-latest
46
46
steps :
@@ -195,3 +195,17 @@ jobs:
195
195
fi
196
196
false
197
197
fi
198
+ link-heartbeat :
199
+ runs-on : ubuntu-latest
200
+ steps :
201
+ - uses : actions/checkout@v4
202
+ with :
203
+ fetch-depth : ${{github.event.pull_request.commits}}
204
+ ref : ${{github.event.pull_request.head.sha}}
205
+ - uses : dtolnay/rust-toolchain@nightly
206
+ - uses : dtolnay/rust-toolchain@nightly
207
+ with :
208
+ components : rust-src
209
+ - run : sudo apt-get install -y linkchecker
210
+ - run : git config user.name "github-runner" && git config user.email "<>"
211
+ - run : git rebase --exec 'cargo doc --no-deps && linkchecker target/doc/*/*.html' --root
You can’t perform that action at this time.
0 commit comments