Skip to content

Commit

Permalink
fix: lint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hertarr committed Sep 24, 2023
1 parent 0b94c4b commit 3576886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Install Rust Toolchain Components
uses: actions-rs/toolchain@v1
with:
components: clippy, rustfmt
components: rustfmt
override: true
toolchain: stable

- uses: Swatinem/rust-cache@v2

- name: Format
run: cargo fmt --all -- --check
- run: rustup component add rustfmt
- run: cargo fmt --all -- --check

0 comments on commit 3576886

Please sign in to comment.