Skip to content

Commit 6f2934a

Browse files
committed
[Patch] renabled pre-commit
1 parent 1410f71 commit 6f2934a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
repos:
2+
- repo: local
3+
hooks:
4+
- id: run-engine-tests
5+
name: Run Engine Tests Before Commit
6+
entry: bash
7+
language: system
8+
args: ["-c", "make test"]
9+
pass_filenames: false
10+
11+

0 commit comments

Comments
 (0)