Skip to content

Commit 246e74f

Browse files
committed
Remove --find-unused-psalm-suppress redundant with config
1 parent 4a35446 commit 246e74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: ramsey/composer-install@v3
2727

2828
- name: Run Psalm
29-
run: vendor/bin/psalm --show-info=false --find-unused-psalm-suppress --no-progress
29+
run: vendor/bin/psalm --show-info=false --no-progress
3030

3131
phpunit-mysql:
3232
name: PHPUnit MySQL

0 commit comments

Comments
 (0)