Skip to content
Snippets Groups Projects
Unverified Commit 8783c89c authored by Javier Viola's avatar Javier Viola Committed by GitHub
Browse files

Merge pull request #70 from paritytech/ci/fmt

feat: added cargo fmt to pipeline
parents c40c7206 597cfc84
Branches
No related merge requests found
......@@ -22,6 +22,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Init nigthly install for fmt
run: rustup update nightly && rustup default nightly && rustup component add rustfmt
- name: Check format
run: cargo +nightly fmt --check --all
- name: Init install
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} && rustup component add clippy
......
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