Skip to content

Commit 0a4e03e

Browse files
committed
make things actually work
1 parent d0f2078 commit 0a4e03e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/phpstan-baseline.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ jobs:
3636
3737
- name: Install dependencies
3838
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-
39+
4640
- name: Run PHPStan with baseline
4741
run: vendor/bin/phpstan analyse --error-format=github

0 commit comments

Comments
 (0)