From d3a77ccf3b2c0b7ac41eccbc88b4220b55216672 Mon Sep 17 00:00:00 2001 From: Benedikt Bastin <30876209+bbastin@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:57:18 +0100 Subject: [PATCH] docs: Added README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b7a8dc --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# pre-commit-meson +Integrate meson tests with pre-commit. + +This hook runs all tests registered with meson. It assumes that the build folder is named `build/`.