From 3f3b0c88a0dfb01d4502a5efbdbd5cd9e32b3b36 Mon Sep 17 00:00:00 2001 From: Benedikt Bastin Date: Tue, 15 Mar 2022 11:47:57 +0100 Subject: [PATCH] feat!: Changed ID to adhere to standards BREAKING CHANGE: The ID has changed from `meson test` to `meson-test`. --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index eb84b46..e17b498 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: CC0-1.0 - - id: meson test + - id: meson-test name: meson test description: Run all meson tests entry: meson test -C build/