From 05b7f065376e64fdce4e393ac2642cc95cbbedf9 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 14 Jun 2022 17:45:03 +0100 Subject: Set up repo with READMEs, structure and pre-commit check Change-Id: Ic1659c79a73cf0622e0188ba570d4da87585811a Signed-off-by: Jeremy Johnson --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .pre-commit-config.yaml (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 000000000..ab8169d10 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +# Copyright (c) 2021-2022 Arm Limited. +# SPDX-License-Identifier: Apache-2.0 + +repos: +- repo: https://github.com/markdownlint/markdownlint + rev: v0.9.0 + hooks: + - id: markdownlint -- cgit v1.2.1