Skip to content

Commit

Permalink
ci: add nightly rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Aug 13, 2024
1 parent 08ebde8 commit b3803e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- name: Check formatting
run: |
rustup toolchain install nightly --profile minimal --component rustfmt
cargo +nightly fmt --all -- --check
cargo install zepter --locked
zepter lint propagate-feature --feature try-runtime --left-side-feature-missing=ignore --workspace --feature-enables-dep="try-runtime:frame-try-runtime" --locked
Expand Down

0 comments on commit b3803e4

Please sign in to comment.