php: update php lint action to latest changes

This commit is contained in:
vanyauhalin
2023-07-26 17:03:50 +04:00
parent 161e26dd8a
commit 523b10c979

View File

@ -25,7 +25,5 @@ jobs:
php-version: '8.2'
tools: cs2pr, phpcs
- name: Run phpcs
run: |
phpcs --version
phpcs -q --extensions=php,module,inc,install,test,profile,theme,info --ignore=node_modules,bower_components,vendor,css,js,lib --standard=./ruleset.xml ./
- name: Lint
run: phpcs .