File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 components : rust-src
4242 - 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
4444 clippy :
4545 runs-on : ubuntu-latest
4646 steps :
@@ -195,3 +195,17 @@ jobs:
195195 fi
196196 false
197197 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