Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Update Link to Blog post #2

Update Link to Blog post

Update Link to Blog post #2

Workflow file for this run

name: insights
on: push
jobs:
phpinsights:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Composer dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: phpinsights
uses: stefanzweifel/laravel-phpinsights-action@v1.0.0
with:
args: -v --min-quality=80 --min-complexity=80 --min-architecture=80 --min-style=80