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 d089c05 commit 46c17dfCopy full SHA for 46c17df
.github/workflows/generator.yaml
.github/workflows/lint.yaml
@@ -77,5 +77,9 @@ jobs:
77
run: |
78
git ls-files -z -- '*.tf' ':!:testdata/**' ':!:**/generated/**' | \
79
xargs -0 terraform fmt
80
+ - name: Fix Proto files Formatting
81
+ run: |
82
+ git ls-files -z -- '*.proto' ':!:**/testdata/googleapis/**' | \
83
+ xargs -0 -r -P "$(nproc)" -n 50 clang-format -i
84
- name: Check for changes
85
run: git diff --exit-code
0 commit comments