Skip to content

Commit dff6d21

Browse files
committed
Use composer installed Codesniffer
1 parent f220880 commit dff6d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
php-version: "8.4"
1414
tools: phive
1515
- name: Download codesniffer
16-
run: phive --no-progress install --trust-gpg-keys 31C7E470E2138192 phpcs
16+
run: composer require --dev squizlabs/php_codesniffer
1717
- name: check
18-
run: ./tools/phpcs
18+
run: ./vendor/bin/phpcs
1919
test:
2020
needs: check
2121
runs-on: ubuntu-latest # ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)