Skip to content

Commit

Permalink
Update checks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren6 committed Nov 19, 2024
1 parent 31b2d91 commit 5c09837
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
component: clippy
- run: cargo clippy -- -D warnings
- run: cargo clippy --package datagen -- -D warnings

Expand All @@ -33,6 +31,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
component: rustfmt
- run: cargo fmt --all -- --check

0 comments on commit 5c09837

Please sign in to comment.