From e8bea4eb02c3f1691f3b954a4d375b92fb6733a6 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 15 Sep 2023 11:17:59 -0400 Subject: [PATCH] Ignore dist in linting --- .github/workflows/linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1d4f956..3c9049e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -39,6 +39,7 @@ jobs: uses: super-linter/super-linter/slim@v5 env: DEFAULT_BRANCH: main + FILTER_REGEX_EXCLUDE: dist/**/* GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} JAVASCRIPT_DEFAULT_STYLE: prettier VALIDATE_JSCPD: false