Skip to content

Commit 0ca6a53

Browse files
committed
fix insights action
1 parent ef37df5 commit 0ca6a53

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
@@ -42,6 +42,6 @@ jobs:
4242
with:
4343
args: install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
4444
- name: phpinsights
45-
uses: stefanzweifel/laravel-phpinsights-action@v1.0.0
45+
uses: stefanzweifel/phpinsights-action@v1.0.0
4646
with:
4747
args: -v --min-quality=100 --min-architecture=100 --min-style=100

0 commit comments

Comments
 (0)