Update phpcs_psr12.yml
This commit is contained in:
parent
2589b87305
commit
7e55c47055
|
|
@ -17,6 +17,5 @@ jobs:
|
|||
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
|
||||
php phpcs.phar --version
|
||||
|
||||
- uses: tinovyatkin/action-php-codesniffer@v1
|
||||
with:
|
||||
standard: PSR12
|
||||
- name: Run phpcs
|
||||
run: php phpcs.phar --standard=PSR12 html
|
||||
|
|
|
|||
Loading…
Reference in New Issue