Skip to content

Commit 207af61

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)