Skip to content

Commit

Permalink
Use Composer for running PHP_CodeSniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer authored Oct 23, 2024
1 parent ecde23e commit e97d706
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e97d706

Please sign in to comment.