protobuf linter? (#7019)

Conrad Irwin created

Release Notes:

- N/A

Change summary

.github/actions/check_style/action.yml | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

.github/actions/check_style/action.yml 🔗

@@ -22,3 +22,9 @@ runs:
       run: |
         export SQUAWK_GITHUB_TOKEN=${{ github.token }}
         . ./script/squawk
+
+    - uses: bufbuild/buf-setup-action@v1
+    - uses: bufbuild/buf-breaking-action@v1
+      with:
+        input: "crates/rpc/proto/"
+        against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main,subdir=crates/rpc/proto/"