Fix PHPCS workflow
This commit is contained in:
parent
d066367a15
commit
ecde23e2f1
|
@ -30,6 +30,6 @@ jobs:
|
||||||
- name: Run PHP_CodeSniffer
|
- name: Run PHP_CodeSniffer
|
||||||
uses: php-actions/phpcs@v1
|
uses: php-actions/phpcs@v1
|
||||||
with:
|
with:
|
||||||
path: .
|
path: src/
|
||||||
php_version: "8.1"
|
php_version: "8.1"
|
||||||
standard: phpcs.xml.dist
|
standard: phpcs.xml.dist
|
||||||
|
|
Loading…
Reference in New Issue