Skip to content

Commit 6276fc6

Browse files
check for compile diffs
1 parent 9623180 commit 6276fc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -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)