Skip to content

Commit 2147a75

Browse files
committed
Simplify pipeline
1 parent bb81f77 commit 2147a75

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: "composer require --dev phpunit/phpunit:^7.5.20 brianium/paratest:^4.0 --update-with-dependencies --ignore-platform-reqs"
9292

9393
- name: "PHPStan"
94-
run: "make phpstan && make phpstan-validate-stub-files"
94+
run: "make phpstan"
9595

9696
static-analysis-with-result-cache:
9797
name: "PHPStan with result cache"

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ phpstan-result-cache:
6060
phpstan-generate-baseline:
6161
php -d memory_limit=448M bin/phpstan --generate-baseline
6262

63-
phpstan-validate-stub-files:
64-
php bin/phpstan analyse -c conf/config.stubFiles.neon -l 8 tests/notAutoloaded/empty.php
65-
6663
phpstan-pro:
6764
php -d memory_limit=448M bin/phpstan --pro
6865

0 commit comments

Comments
 (0)