Skip to content

refactor: use ApiAbstract #78

refactor: use ApiAbstract

refactor: use ApiAbstract #78

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
configuration: phpstan.neon
memory_limit: 512M