Skip to content

Commit 4fce4fe

Browse files
committed
fix
Signed-off-by: Matt Klein <mklein@bitdrift.io>
1 parent c7bf548 commit 4fce4fe

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
components: clippy
2929

3030
- uses: bufbuild/buf-setup-action@v1
31-
- uses: bufbuild/buf-lint-action@v1
3231

3332
- name: Clippy
3433
# Typically: cargo clippy --workspace --bins --examples --tests -- --no-deps

ci/format.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
set -euo pipefail
44

5+
buf lint
56
buf format -w pulse-protobuf/proto/
67

78
# Check if git repository is dirty

0 commit comments

Comments
 (0)