Skip to content

Commit 5245c8a

Browse files
committed
Update GitHub action
1 parent 0ede23e commit 5245c8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/static-analysis.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
composer-options: --prefer-dist
3131

3232
- name: Run script
33-
run: composer phpcs
33+
run: vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
3434

3535
phpstan:
3636
name: PHPStan
@@ -50,7 +50,7 @@ jobs:
5050
composer-options: --prefer-dist
5151

5252
- name: Run script
53-
run: composer phpstan
53+
run: vendor/bin/phpstan analyse
5454

5555
psalm:
5656
name: Psalm
@@ -70,4 +70,4 @@ jobs:
7070
composer-options: --prefer-dist
7171

7272
- name: Run script
73-
run: composer psalm -- --php-version=8.0
73+
run: vendor/bin/psalm --php-version=8.0

0 commit comments

Comments
 (0)