Skip to content

Desafio-apiki

Desafio-apiki #25

Workflow file for this run

name: PHP Stan
on:
pull_request:
types: [opened, reopened]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
- name: PHPStan Static Analysis
uses: php-actions/phpstan@master
with:
level: 9
path: src/