We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f2078 commit 0a4e03eCopy full SHA for 0a4e03e
.github/workflows/phpstan-baseline.yml
@@ -36,12 +36,6 @@ jobs:
36
37
- name: Install dependencies
38
run: composer install --prefer-dist --no-progress
39
-
40
- - name: Generate PHPStan baseline (if not exists)
41
- run: |
42
- if [ ! -f phpstan-baseline.neon.dist ]; then
43
- vendor/bin/phpstan analyse --generate-baseline
44
- fi
45
+
46
- name: Run PHPStan with baseline
47
run: vendor/bin/phpstan analyse --error-format=github
0 commit comments