Use Composer for running PHP_CodeSniffer
This commit is contained in:
parent
ecde23e2f1
commit
e97d706cb5
|
@ -28,8 +28,4 @@ jobs:
|
||||||
php_version: "8.1"
|
php_version: "8.1"
|
||||||
|
|
||||||
- name: Run PHP_CodeSniffer
|
- name: Run PHP_CodeSniffer
|
||||||
uses: php-actions/phpcs@v1
|
run: composer phpcs:check
|
||||||
with:
|
|
||||||
path: src/
|
|
||||||
php_version: "8.1"
|
|
||||||
standard: phpcs.xml.dist
|
|
||||||
|
|
Loading…
Reference in New Issue