Skip to content

Commit

Permalink
Fixes merge conflict and updates clippy check
Browse files Browse the repository at this point in the history
  • Loading branch information
olahfemi committed Dec 16, 2024
2 parents 07d1821 + b07baf1 commit 6f24017
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check Cargo Clippy
run: cargo clippy --all-targets --all-features
- name: Update Rust toolchain
run: actions-rust-lang/setup-rust-toolchain@v1
- name: Check formatting
run: cargo fmt --check --all

clippy:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check Clippy
run: cargo clippy --all-targets --all-features --workspace -- -D warnings

0 comments on commit 6f24017

Please sign in to comment.