Skip to content

Commit 3aac644

Browse files
committed
Use local phpcs
1 parent 8230155 commit 3aac644

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
# Should be the higest supported version, so we can use the newest tools
5252
php-version: '8.4'
53-
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
53+
tools: composer, composer-require-checker, composer-unused, psalm
5454
# optional performance gain for psalm: opcache
5555
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre, spl, xml
5656

@@ -82,7 +82,7 @@ jobs:
8282
run: composer-unused
8383

8484
- name: PHP Code Sniffer
85-
run: phpcs
85+
run: vendor/bin/phpcs
8686

8787
- name: Psalm
8888
continue-on-error: true

0 commit comments

Comments
 (0)