Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
components: rust-src
- run: git config user.name "github-runner" && git config user.email "<>"
- run: git rebase --exec 'cargo doc --no-deps' --root
- run: git rebase --exec 'cargo doc --no-deps' --root
clippy:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -195,3 +195,17 @@ jobs:
fi
false
fi
link-heartbeat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: ${{github.event.pull_request.commits}}
ref: ${{github.event.pull_request.head.sha}}
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@nightly
with:
components: rust-src
- run: sudo apt-get install -y linkchecker
- run: git config user.name "github-runner" && git config user.email "<>"
- run: git rebase --exec 'cargo doc --no-deps && linkchecker target/doc/*/*.html' --root