Skip to content

Commit

Permalink
Merge pull request uutils#110 from cakebaker/ci_remove_clippy_from_ba…
Browse files Browse the repository at this point in the history
…sic_ci_workflow

ci: remove clippy job from `Basic CI` workflow
  • Loading branch information
sylvestre authored Jun 29, 2024
2 parents 3071056 + 2a8384b commit e1f961d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@ jobs:
- run: rustup component add rustfmt
- run: cargo fmt --all -- --check

clippy:
name: cargo clippy -- -D warnings
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: rustup component add clippy
- run: cargo clippy --all-targets -- -D warnings

coverage:
name: Code Coverage
runs-on: ${{ matrix.job.os }}
Expand Down

0 comments on commit e1f961d

Please sign in to comment.