Skip to content

Commit

Permalink
Finishing touch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Dec 18, 2023
1 parent 3f43d82 commit 1b3d5b7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
tests:
name: Rust 1.56.0
runs-on: ubuntu-latest
strategy:
matrix:
rust: [stable]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
Expand All @@ -25,15 +22,15 @@ jobs:
- uses: dtolnay/[email protected]
with:
components: clippy
- run: cargo clippy -- -Dclippy::all
- run: cargo clippy --tests -- -Dclippy::all
- run: cargo clippy --examples -- -Dclippy::all
- run: cargo clippy -- --no-deps -Dclippy::all
- run: cargo clippy --tests -- --no-deps -Dclippy::all
- run: cargo clippy --examples -- --no-deps -Dclippy::all

rustfmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
components: rustfmt
Expand Down

0 comments on commit 1b3d5b7

Please sign in to comment.