Skip to content

Commit 6cfefe9

Browse files
committed
fix(workflows): add phpstan configuration to mutation job.
1 parent fa4245c commit 6cfefe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mutation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ name: mutation test
2020
jobs:
2121
mutation:
2222
uses: php-forge/actions/.github/workflows/infection.yml@v1
23+
with:
24+
phpstan: true
2325
secrets:
2426
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)