Skip to content

Commit

Permalink
♻️ add additional checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed May 31, 2023
1 parent 76c96d4 commit 3e4fa15
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
shared-key: ubuntu-latest
- name: 🔍 run cargo fmt
run: cargo fmt --check
- name: 🔍 run cargo fix
run: cargo fix
- name: 🔍 run cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
run: cargo clippy -- -Dwarnings

0 comments on commit 3e4fa15

Please sign in to comment.