Skip to content

Commit

Permalink
use tigron phpinsights config file
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheg committed May 24, 2024
1 parent db46d25 commit 1da4c7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/phpinsight.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#.github/workflows/pr.yml
#.github/workflows/phpinsights.yml
name: CI
on:
- pull_request
Expand All @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
name: PHP Insights checks
steps:
- uses: actions/checkout@master
- uses: actions/checkout@GITHUB_REF
- name: PHP-Insights
uses: docker://tienvx/phpinsights-action
uses: docker://tigron/skeleton-test-phpinsights
with:
args: "-v --min-quality=70 --min-complexity=0 --min-architecture=50 --min-style=60"
args: "-v --min-quality=70 --min-complexity=50 --min-architecture=50 --min-style=60 --ansi --format=github-action"

0 comments on commit 1da4c7b

Please sign in to comment.