Skip to content

Commit 45c6b6a

Browse files
committed
ci: change from phpstan action to simple run
1 parent 9a80703 commit 45c6b6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Composer install
1919
uses: php-actions/composer@v6
2020
- name: Check code with phpstan
21-
uses: php-actions/phpstan@v3
21+
run: vendor/bin/phpstan analyze

0 commit comments

Comments
 (0)