Skip to content

Commit

Permalink
Fix PHPCS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer authored Oct 23, 2024
1 parent 28752a9 commit d066367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Run PHP_CodeSniffer
uses: php-actions/phpcs@v1
with:
path: bin/ public/ src/
path: .
php_version: "8.1"
standard: phpcs.xml.dist

0 comments on commit d066367

Please sign in to comment.