Skip to content

Commit 1bcb455

Browse files
check for compile diffs
1 parent d83e88b commit 1bcb455

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/check-protobuf-task.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install protoc compiler
6262
uses: arduino/setup-protoc@28fd3e5ddcc4ae8820e0c2085bfea8ab68f631e3
6363
with:
64-
version: v23.2
64+
version: v21.12
6565
repo-token: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: Install Go deps
@@ -77,7 +77,9 @@ jobs:
7777

7878
- name: Check protocol buffers compile correctly
7979
if: runner.os == 'Linux'
80-
run: task protoc:compile
80+
run: |
81+
task protoc:compile
82+
git diff --color --exit-code
8183
8284
check:
8385
needs: run-determination

0 commit comments

Comments
 (0)