1
0
Fork 0

feat: Initial commit

This commit is contained in:
Benedikt Bastin 2022-03-14 18:19:57 +01:00
commit 1c07805650

7
.pre-commit-hooks.yaml Normal file
View 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