Skip to content

Commit

Permalink
use full install
Browse files Browse the repository at this point in the history
  • Loading branch information
datengraben committed Feb 7, 2025
1 parent 1d0632a commit f7a6af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcbf-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
php-version: '8.1' # Adjust this to your PHP version

- name: Install PHP_CodeSniffer
run: composer global require "squizlabs/php_codesniffer=*"
run: composer install

- name: Run phpcbf
run: |
Expand Down

0 comments on commit f7a6af3

Please sign in to comment.