Skip to content

Merge pull request #230 from PThorpe92/typecheck #4

Merge pull request #230 from PThorpe92/typecheck

Merge pull request #230 from PThorpe92/typecheck #4

Workflow file for this run

name: Run backend linter PhpStan
on:
push:
branches: ["main", "demo"]
pull_request:
branches: ["main"]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- uses: php-actions/phpstan@v3
with:
configuration: phpstan.neon
memory_limit: 2G