Skip to content
Snippets Groups Projects
Unverified Commit a053d2cc authored by Maksym H's avatar Maksym H Committed by GitHub
Browse files

Update command-fmt.yml (#5054)

Add cargo +nightly fmt
parent 72030ce3
No related merge requests found
Pipeline #485457 waiting for manual action with stages
in 34 minutes and 1 second
......@@ -37,6 +37,13 @@ jobs:
GH_TOKEN: ${{ github.token }}
- name: Run FMT
run: |
cargo --version
rustc --version
cargo +nightly --version
rustc +nightly --version
cargo +nightly fmt
# format toml.
# since paritytech/ci-unified:bullseye-1.73.0-2023-11-01-v20231204 includes taplo-cli
taplo format --config .config/taplo.toml
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment