1
0
Fork 0
pre-commit-meson/.pre-commit-hooks.yaml
Benedikt Bastin 3f3b0c88a0 feat!: Changed ID to adhere to standards
BREAKING CHANGE: The ID has changed from `meson test` to `meson-test`.
2022-03-15 11:56:25 +01:00

8 lines
205 B
YAML

# SPDX-License-Identifier: CC0-1.0
- id: meson-test
name: meson test
description: Run all meson tests
entry: meson test -C build/
language: system
always_run: true
pass_filenames: false