Skip to content

Commit 28946ea

Browse files
committed
CI/lint: focus on clippy and check
1 parent 66bbd7f commit 28946ea

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: lint
1+
name: Lint
22

33
on:
44
push:
@@ -17,10 +17,8 @@ jobs:
1717
sudo apt install -y protobuf-compiler
1818
- uses: dtolnay/rust-toolchain@stable
1919
with:
20-
toolchain: nightly
21-
components: rustfmt, clippy
22-
- name: rustfmt
23-
run: make check-format
20+
toolchain: 1.84
21+
components: clippy, rustfmt
2422
- name: check
2523
run: make check
2624
- name: clippy

0 commit comments

Comments
 (0)