Fix PHPCS workflow

This commit is contained in:
Sebastian Meyer 2024-10-23 11:59:25 +02:00 committed by GitHub
parent 28752a9974
commit d066367a15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: bin/ public/ src/ path: .
php_version: "8.1" php_version: "8.1"
standard: phpcs.xml.dist standard: phpcs.xml.dist