From 3736ce9d9d331c2574fc7c06f598c166f671a255 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Mon, 29 Jan 2024 21:39:18 -0700 Subject: [PATCH] protobuf linter? (#7019) Release Notes: - N/A --- .github/actions/check_style/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/actions/check_style/action.yml b/.github/actions/check_style/action.yml index 74bb871bf5..1577377911 100644 --- a/.github/actions/check_style/action.yml +++ b/.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/"