ci: add rustfmt to draft-new-release since changes to dprint

pull/1422/head
Byron Hambly 9 months ago
parent e741de1c08
commit bde151f535
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697

@ -43,7 +43,9 @@ jobs:
id: make-commit
env:
DPRINT_VERSION: 0.39.1
RUST_TOOLCHAIN: 1.67
run: |
rustup component add rustfmt --toolchain "$RUST_TOOLCHAIN-x86_64-unknown-linux-gnu"
curl -fsSL https://dprint.dev/install.sh | sh -s $DPRINT_VERSION
/home/runner/.dprint/bin/dprint fmt

Loading…
Cancel
Save