An open API service indexing awesome lists of open source software.

https://github.com/icelk/rustdoc-link-check

Discover broken Rust documentation links.
https://github.com/icelk/rustdoc-link-check

Last synced: 11 months ago
JSON representation

Discover broken Rust documentation links.

Awesome Lists containing this project

README

          

# 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

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