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 380b8d0 commit f72a95eCopy full SHA for f72a95e
.github/workflows/ci.yaml
@@ -101,7 +101,7 @@ jobs:
101
- name: pre-commit run --all-files
102
uses: flox/activate-action@v1
103
with:
104
- command: pre-commit run --all-files
+ command: tools/protoc/protoc.bash && pre-commit run --all-files
105
106
- name: Install graphviz
107
# NB: We unfortunately cannot cache this, see https://github.com/enola-dev/enola/issues/823
0 commit comments