Skip to content

Commit

Permalink
ci(build): fmt before build
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Oct 23, 2024
1 parent fb59485 commit ba7ae72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
run: rustup component add clippy
- name: Rust cache
uses: Swatinem/rust-cache@v2
- name: Build code
run: cargo build
- name: Lint code format
run: cargo fmt --all -- --check
- name: Build code
run: cargo build
- name: Lint code
run: cargo clippy --all -- -D warnings

0 comments on commit ba7ae72

Please sign in to comment.