Update phpcs_psr12.yml

This commit is contained in:
Florian Pesth 2023-11-15 12:30:10 +01:00 committed by GitHub
parent 89e7c718d6
commit 37e84c6c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ jobs:
- name: Install PHP_CodeSniffer
run: sudo apt-get -y install php-codesniffer
- name: Set phpcs to ignore warnings in return value
run: phpcs --config-set ignore_warnings_on_exit 1
run: sudo phpcs --config-set ignore_warnings_on_exit 1
- name: Run phpcs
run: phpcs --standard=PSR12 html