Skip to content

Commit

Permalink
exclude-files from checks
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Jan 17, 2025
1 parent a3f83eb commit 8a441f4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,25 @@ jobs:
exclude-directories: |
.github
.eslintignore
node_modules
vendor
tests
bin
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

0 comments on commit 8a441f4

Please sign in to comment.