Skip to content

Commit

Permalink
Remove formating from the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
clementwanjau committed Jul 8, 2024
1 parent bc821be commit 33529d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
toolchain: nightly
override: true
components: rustfmt, clippy
components: clippy
- name: Setup Cache # Cache the dependencies
uses: actions/cache@v3
continue-on-error: false
Expand All @@ -77,9 +77,7 @@ jobs:
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
${{ runner.os }}-cargo
- name: Linting # Lint the code
run: |
cargo fmt --all -- --check
cargo clippy --all-targets --all-features -- -Dwarnings
run: cargo clippy --all-targets --all-features -- -Dwarnings
- name: Update dependencies # Update dependencies
run: cargo update
- name: Install cargo-hack
Expand Down

0 comments on commit 33529d7

Please sign in to comment.