There was an error while loading. Please reload this page.
1 parent 5627371 commit 56c4048Copy full SHA for 56c4048
1 file changed
.github/workflows/ci.yml
@@ -17,11 +17,17 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
+
21
+ - name: Install Protoc
22
+ run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
23
24
- uses: dtolnay/rust-toolchain@stable
25
26
- name: Rust Fmt
- run: cargo fmt --all -- --check
27
+ run: make fmt-check
28
29
- name: Rust Clippy
- run: cargo clippy -- -D warnings
30
+ run: make lint
31
32
build-and-test:
33
name: Build & Test
0 commit comments