Skip to content

Commit fb3533d

Browse files
committed
Fixed pre-commit GH workflow by skipping ocaml-format hook
1 parent 14be226 commit fb3533d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ jobs:
4444
# Run all hooks not already handled by other workflows
4545
- name: Run hooks
4646
run: |
47+
# Formatting already handled by a dedicated hook
48+
SKIP="ocaml-format" \
4749
pre-commit run --all-files --show-diff-on-failure --color=always

0 commit comments

Comments
 (0)