From 60e9bea95a61d01fa51b27abce4ce08ca6d750be Mon Sep 17 00:00:00 2001 From: Tim Lieberman Date: Fri, 18 Aug 2023 17:57:47 -0700 Subject: [PATCH] Try to avoid markdownlint running in CI --- .laminas-ci.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .laminas-ci.json diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..d5a25d4 --- /dev/null +++ b/.laminas-ci.json @@ -0,0 +1,7 @@ +{ + "exclude": [ + { + "name": "README Linting" + } + ] +}