Skip to content

Commit 5a5ad8d

Browse files
committed
github action phpcs ignore test
1 parent eeda9ce commit 5a5ad8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
uses: wearerequired/lint-action@v2
3838
with:
3939
php_codesniffer: true
40-
php_codesniffer_args: "--standard=psr12"
40+
php_codesniffer_args: "--standard=psr12 --ignore=test/*"

0 commit comments

Comments
 (0)