Skip to content

Commit 27013f8

Browse files
committed
args as array
1 parent a95ced2 commit 27013f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

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

0 commit comments

Comments
 (0)