aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rustdoc.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
|
* Deny unreachable-pubAleksey Kladov2020-11-021-1/+1
| | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
* Specify env once for all jobsAleksey Kladov2020-03-261-3/+6
|
* Use actions/checkout@v2CAD972020-03-071-1/+1
|
* Fix rustdoc some moreAleksey Kladov2020-03-041-1/+1
|
* Fix yaml syntaxAleksey Kladov2020-03-041-1/+2
|
* Hopefully fix YAML syntaxAleksey Kladov2020-03-041-1/+1
|
* Update rustdoc actionAleksey Kladov2020-03-041-7/+5
|
* Remove needless depAleksey Kladov2020-03-041-4/+1
|
* Deindent YAMLAleksey Kladov2020-03-041-23/+23
|
* Switch to ActionsAleksey Kladov2019-11-181-0/+39