We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de53ff9 commit 6121f87Copy full SHA for 6121f87
.github/workflows/protobuf-conformance.yml
@@ -23,5 +23,7 @@ jobs:
23
run: |
24
if [[ -n "$(git status --porcelain | grep tests/protobuf-conformance/)" ]]; then
25
echo "Protobuf conformance test is not up to date. Please run './gradlew tests:protobuf-conformance:bufGenerateMain' and commit changes"
26
+ git status --porcelain
27
+ git diff --minimal | cat
28
exit 1
29
fi
.github/workflows/protobuf-well-known-types.yml
if [[ -n "$(git status --porcelain | grep protobuf/protobuf-core/)" ]]; then
echo "Well-Known Types are not up-to-date. Please run './gradlew :protobuf:protobuf-core:bufGenerateCommonMain' and commit changes"
0 commit comments