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 14be226 commit fb3533dCopy full SHA for fb3533d
.github/workflows/pre-commit.yml
@@ -44,4 +44,6 @@ jobs:
44
# Run all hooks not already handled by other workflows
45
- name: Run hooks
46
run: |
47
+ # Formatting already handled by a dedicated hook
48
+ SKIP="ocaml-format" \
49
pre-commit run --all-files --show-diff-on-failure --color=always
0 commit comments