Commit 783073e 1 parent 092c10c commit 783073e Copy full SHA for 783073e
File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 21
21
- name : Install just and cargo-hack
22
22
uses : taiki-e/install-action@v2
23
23
with :
24
- tool : just,cargo-hack
25
- - name : Install fork of cargo-sync-rdme
26
- # This is a fork of cargo-sync-rdme with a fix for
27
- # https://github.com/gifnksm/cargo-sync-rdme/pull/514 included -- remove
28
- # once merged upstream.
29
- run : |
30
- curl -LsSf https://github.com/sunshowers/cargo-sync-rdme/releases/download/v0.4.2-b.1%2Bsunshowers/cargo-sync-rdme-v0.4.2-b.1+sunshowers-x86_64-unknown-linux-gnu.tar.gz \
31
- | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
24
+ tool : just,cargo-hack,cargo-sync-rdme
32
25
- name : Lint (clippy)
33
26
run : just powerset clippy --all-targets
34
27
- name : Lint (rustfmt)
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ rustdoc *args:
19
19
20
20
# Generate README.md files using `cargo-sync-rdme`.
21
21
generate-readmes :
22
- # Please install via cargo install --locked --git https://github.com/sunshowers/cargo-sync-rdme for now.
23
22
cargo sync-rdme --toolchain nightly --workspace --all-features
24
23
25
24
# Run cargo release in CI.
You can’t perform that action at this time.
0 commit comments