Skip to content

Commit

Permalink
clippy, fmt components
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Aug 19, 2024
1 parent e6bd9de commit de1a1c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
components: clippy, rustfmt
with:
components: clippy, rustfmt
- run: cargo fmt --all -- --check
- run: cargo clippy --all-features -- -D warnings
- run: cargo test --all-features
Expand All @@ -17,7 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
components: clippy, rustfmt
with:
components: clippy, rustfmt
- run: cargo fmt --all -- --check
- run: cargo clippy --all-features -- -D warnings
- run: cargo test --all-features

0 comments on commit de1a1c4

Please sign in to comment.