Skip to content

the documentation was wrong #2

the documentation was wrong

the documentation was wrong #2

Workflow file for this run

name: PHPStan
on: [pull_request]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v4
# PHP
- uses: ./.github/actions/php
# Composer
- uses: ramsey/composer-install@v3
# PHPStan
- name: Run phpstan
run: |
vendor/bin/phpstan analyse -l 8 --configuration phpstan.neon src --error-format=checkstyle