Skip to content

Commit ad96cc1

Browse files
committed
Use make lint
1 parent 61ea030 commit ad96cc1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/code_checks.yml

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

2626
steps:
2727
- uses: actions/checkout@v4
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
28+
- name: Run lint
29+
run: make lint
3230

3331
udeps:
3432
name: Check unused dependencies

0 commit comments

Comments
 (0)