Skip to content

Commit

Permalink
add phpinsights workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheg committed May 24, 2024
1 parent 0c7a181 commit db46d25
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/phpinsight.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#.github/workflows/pr.yml
name: CI
on:
- pull_request
- push

jobs:
phpinsights:
runs-on: ubuntu-latest
name: PHP Insights checks
steps:
- uses: actions/checkout@master
- name: PHP-Insights
uses: docker://tienvx/phpinsights-action
with:
args: "-v --min-quality=70 --min-complexity=0 --min-architecture=50 --min-style=60"

0 comments on commit db46d25

Please sign in to comment.