From 8a441f41cfc1322eecb3f7bdce544e00e04fe210 Mon Sep 17 00:00:00 2001 From: faisal-alvi Date: Fri, 17 Jan 2025 22:59:11 +0530 Subject: [PATCH] exclude-files from checks --- .github/workflows/plugin-check.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index 9ba41d43..abf346f1 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -27,7 +27,6 @@ jobs: exclude-directories: | .github - .eslintignore node_modules vendor tests @@ -35,7 +34,18 @@ jobs: build build assets - + + exclude-files: | + .eslintignore + .eslintrc.js + .gitignore + .nvmrc + .gitattributes + .phpcs.xml.dist + .wp-env.json + .prettierrc + .stylelintrc + ignore-warnings: false ignore-errors: false