Skip to content

Commit f72a95e

Browse files
committed
build: Run tools/protoc/protoc.bash before (early) pre-commit --all
1 parent 380b8d0 commit f72a95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: pre-commit run --all-files
102102
uses: flox/activate-action@v1
103103
with:
104-
command: pre-commit run --all-files
104+
command: tools/protoc/protoc.bash && pre-commit run --all-files
105105

106106
- name: Install graphviz
107107
# NB: We unfortunately cannot cache this, see https://github.com/enola-dev/enola/issues/823

0 commit comments

Comments
 (0)