Skip to content

Commit

Permalink
ci: add rustfmt to draft-new-release since changes to dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed Aug 8, 2023
1 parent e741de1 commit bde151f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bde151f

Please sign in to comment.