feat: add cargo machete to image
This commit is contained in:
parent
d135d5869d
commit
75ceb6061c
2 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Machete
|
||||||
|
uses: https://git.kemitix.net/kemitix/rust@next
|
||||||
|
with:
|
||||||
|
args: cargo machete
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.kemitix.net/kemitix/rust@next
|
uses: https://git.kemitix.net/kemitix/rust@next
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -21,6 +21,7 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9.
|
||||||
RUN cargo binstall -y \
|
RUN cargo binstall -y \
|
||||||
cargo-chef@0.1 \
|
cargo-chef@0.1 \
|
||||||
cargo-hack@0.6 \
|
cargo-hack@0.6 \
|
||||||
|
cargo-machete@0.6.2 \
|
||||||
release-plz@0.3
|
release-plz@0.3
|
||||||
|
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|
Loading…
Reference in a new issue