From 93ec26282a01f549cbe144b948340c6344e1c15c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 18 Feb 2022 17:01:36 +0100 Subject: [PATCH] Update .jscpd.json --- .github/linters/.jscpd.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/linters/.jscpd.json b/.github/linters/.jscpd.json index cfe814920..acdf2dc91 100644 --- a/.github/linters/.jscpd.json +++ b/.github/linters/.jscpd.json @@ -3,6 +3,7 @@ "reporters": ["html", "markdown"], "ignore": [ "**/.git/**", - "**/*.md" + "**/*.md", + "check-pr.yaml" ] }