Skip to content
play

GitHub Action

Rustdoc link check

v2.0.0 Latest version

Rustdoc link check

play

Rustdoc link check

Discover broken Rust documentation links

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Rustdoc link check

uses: Icelk/[email protected]

Learn more about this action in Icelk/rustdoc-link-check

Choose a version

Rustdoc link check

Checks the codebase for broken links in the documentation.

Inputs

private

Optional, default: true Whether or not to check private items' doc links.

working-directory

Optional, default: ./ The working directory to run cargo doc in.

Example usage

uses: Icelk/rustdoc-link-check@v2
with:
    private: true