Skip to content

Commit 4b5e44e

Browse files
Update tests workflow file for phpcs
1 parent 04653ab commit 4b5e44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- run: composer update --no-progress
2323

24-
- run: vendor/bin/phpcs --standard=psr12 --colors src tests
24+
- run: vendor/bin/phpcs
2525

2626
phpunit:
2727
name: PHPUnit on ${{ matrix.php }}

0 commit comments

Comments
 (0)