Update phpcs_psr12.yml

This commit is contained in:
Florian Pesth 2023-11-15 12:07:25 +01:00 committed by GitHub
parent 2589b87305
commit 7e55c47055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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