Skip to content

Commit 46c17df

Browse files
authored
ci: consolidate workflows (#3279)
1 parent d089c05 commit 46c17df

File tree

2 files changed

+4
-34
lines changed

2 files changed

+4
-34
lines changed

.github/workflows/generator.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/lint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,9 @@ jobs:
7777
run: |
7878
git ls-files -z -- '*.tf' ':!:testdata/**' ':!:**/generated/**' | \
7979
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
8084
- name: Check for changes
8185
run: git diff --exit-code

0 commit comments

Comments
 (0)