about summary refs log tree commit diff
path: root/.github/workflows/rustdoc.yaml
AgeCommit message (Collapse)AuthorLines
2022-07-16try fixing spurious CI failures on windowsAleksey Kladov-1/+1
It seems like it may be related to self-update? Anyways, I think we should be disabling self-update on CI
2022-07-15Remove deprecate actionAleksey Kladov-6/+1
https://old.reddit.com/r/rust/comments/vyx4oj/actionsrs_organization_became_unmaintained/ Looking at this holistically, I don't fully understand *why* we need an action here? Seems like we can just use rustup? nowadays github runners come with rustup pre-installed.
2022-04-30Update GitHub Actions actions/checkout@v2 to v3David Tolnay-1/+1
The v2 implementation uses Node 12, which is end-of-life on April 30, 2022. See https://nodejs.org/en/about/releases/. Update to v3, which is based on Node 16 whose support lasts until April 30, 2024.
2022-04-14minor: Don't run CI on master branchLukas Wirth-1/+1
2022-04-13minor: prepare CI for rust-lang moveLukas Wirth-1/+1
2021-12-22Gate workflows to only run on upstreamLaurențiu Nicola-0/+1
2020-11-02Remove more unreachable pubsAleksey Kladov-1/+1
2020-11-02Deny unreachable-pubAleksey Kladov-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.
2020-03-26Specify env once for all jobsAleksey Kladov-3/+6
2020-03-06Use actions/checkout@v2CAD97-1/+1
2020-03-04Fix rustdoc some moreAleksey Kladov-1/+1
2020-03-04Fix yaml syntaxAleksey Kladov-1/+2
2020-03-04Hopefully fix YAML syntaxAleksey Kladov-1/+1
2020-03-04Update rustdoc actionAleksey Kladov-7/+5
2020-03-04Remove needless depAleksey Kladov-4/+1
2020-03-04Deindent YAMLAleksey Kladov-23/+23
2019-11-18Switch to ActionsAleksey Kladov-0/+39