Skip to content

update action

update action #6

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}}

Check failure on line 12 in .github/workflows/phpinsight.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/phpinsight.yml (Line: 12, Col: 17): Unrecognized named-value: 'github'. Located at position 1 within expression: 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"