From 1c078056503ae039ecf71e29bbc174b998e4ac8a Mon Sep 17 00:00:00 2001 From: Benedikt Bastin Date: Mon, 14 Mar 2022 18:19:57 +0100 Subject: [PATCH] feat: Initial commit --- .pre-commit-hooks.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..444e3fc --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -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