Skip to content

Commit 4e71c89

Browse files
authored
exclude more paths
1 parent 2d870e1 commit 4e71c89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ jobs:
6767
- name: Run plugin check
6868
uses: wordpress/plugin-check-action@v1
6969
with:
70-
exclude-directories: 'dependencies'
70+
exclude-directories: 'dependencies,tests'
71+
exclude-files: '.editorconfig,.gitattributes,phpunit.xml.dist'

0 commit comments

Comments
 (0)