Skip to content

Update analyse-php.yml #2

Update analyse-php.yml

Update analyse-php.yml #2

Workflow file for this run

name: PHP Static Analysis
on:
push:
branches:
- master
- dist
workflow_dispatch:
jobs:
phpstan:
name: PHP Static Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
memory_limit: 2G