feat: Initial commit
This commit is contained in:
commit
1c07805650
1 changed files with 7 additions and 0 deletions
7
.pre-commit-hooks.yaml
Normal file
7
.pre-commit-hooks.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
- id: meson test
|
||||||
|
name: meson test
|
||||||
|
description: Run all meson tests
|
||||||
|
entry: meson test -C build/
|
||||||
|
language: system
|
||||||
|
always_run: true
|
||||||
|
pass_filenames: false
|
Loading…
Reference in a new issue