Skip to content

Commit ce75d60

Browse files
committed
Use local version of phpcs
1 parent ed32396 commit ce75d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
uses: shivammathur/setup-php@v2
167167
with:
168168
php-version: '8.3'
169-
tools: composer, phpcs, psalm
169+
tools: composer, psalm
170170
extensions: mbstring, soap, xml
171171
coverage: none
172172

@@ -198,7 +198,7 @@ jobs:
198198
run: composer install --no-progress --prefer-dist --optimize-autoloader
199199

200200
- name: PHP Code Sniffer
201-
run: phpcs
201+
run: vendor/bin/phpcs
202202

203203
- name: Psalm
204204
continue-on-error: true

0 commit comments

Comments
 (0)