Skip to content

Commit e2f53c6

Browse files
committed
set config path in phpinsights action
1 parent 0ca6a53 commit e2f53c6

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
@@ -44,4 +44,4 @@ jobs:
4444
- name: phpinsights
4545
uses: stefanzweifel/phpinsights-action@v1.0.0
4646
with:
47-
args: -v --min-quality=100 --min-architecture=100 --min-style=100
47+
args: -v --config-path=insights.php --min-quality=100 --min-architecture=100 --min-style=100

0 commit comments

Comments
 (0)