Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 264a1e5

Browse files
committedMay 30, 2023
check for compile diffs
1 parent e8e9cc9 commit 264a1e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/check-protobuf-task.yml

Lines changed: 3 additions & 1 deletion
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)
Please sign in to comment.