Skip to content

update on action

update on action #4

Workflow file for this run

#.github/workflows/phpinsights.yml
name: CI
on:
- pull_request
- push
jobs:
phpinsights:
runs-on: ubuntu-latest
name: PHP Insights checks
steps:
- uses: actions/checkout@${GITHUB_REF##*/}
- name: PHP-Insights
uses: docker://tigron/skeleton-test-phpinsights
with:
args: "-v --min-quality=70 --min-complexity=50 --min-architecture=50 --min-style=60 --ansi --format=github-action"