Skip to content

Commit

Permalink
make ci lint not rely on make
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 committed Apr 3, 2024
1 parent 980eaf8 commit df964c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
rustup component add clippy
- name: lint code
run: make lint
run: cargo fmt --all -- --check

- name: Run Clippy
run: cargo clippy --all -- -D warnings
Expand Down

0 comments on commit df964c9

Please sign in to comment.