Use Composer for running PHP_CodeSniffer

This commit is contained in:
Sebastian Meyer 2024-10-23 12:31:00 +02:00 committed by GitHub
parent ecde23e2f1
commit e97d706cb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -28,8 +28,4 @@ jobs:
php_version: "8.1"
- name: Run PHP_CodeSniffer
uses: php-actions/phpcs@v1
with:
path: src/
php_version: "8.1"
standard: phpcs.xml.dist
run: composer phpcs:check