Skip to content

Commit 3fc1753

Browse files
committed
fix: fix clippy, update readme
1 parent 6f524a7 commit 3fc1753

File tree

3 files changed

+240
-128
lines changed

3 files changed

+240
-128
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
toolchain: stable
2020
override: true
2121
components: rustfmt, clippy
22+
- name: install requirements
23+
uses: awalsh128/cache-apt-pkgs-action@v1
24+
with:
25+
packages: protobuf-compiler
26+
version: 1.0
2227
- name: cargo fmt
2328
run: cargo fmt --all -- --check
2429
- name: cargo clippy

0 commit comments

Comments
 (0)