Skip to content

Commit 0989b90

Browse files
committed
Revert "Use make lint"
This reverts commit ad96cc1.
1 parent ad96cc1 commit 0989b90

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/code_checks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v4
28-
- name: Run lint
29-
run: make lint
28+
- name: Install protoc
29+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
30+
- name: Run Cargo clippy
31+
run: cargo clippy --no-deps --all-targets -- -Dwarnings
3032

3133
udeps:
3234
name: Check unused dependencies

0 commit comments

Comments
 (0)