Skip to content

Update README.md

Update README.md #15

Workflow file for this run

name: php SingleStan
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
configuration: phpstan.neon
memory_limit: 256M