Skip to content

Commit a95c43d

Browse files
committed
static analysis lint fix
1 parent a02d8e7 commit a95c43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
composer update --prefer-dist --no-interaction --no-progress
4747
4848
- name: Check style
49-
run: composer lint -- --no-progress
49+
run: composer lint
5050

0 commit comments

Comments
 (0)