Skip to content

Commit

Permalink
Remove destructive changes from workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
clementwanjau committed Jul 8, 2024
1 parent e3362ca commit 2cbc669
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
${{ runner.os }}-cargo
- name: Run rustfmt # Format the code
run: cargo fmt
- name: Run Cargo Fix # Fix the code
run: cargo fix
- name: Run clippy # Lint the code
run: cargo clippy --all-targets --all-features -- -Dwarnings
- name: Update dependencies # Update dependencies
Expand Down

0 comments on commit 2cbc669

Please sign in to comment.