Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

update readme

update readme #40

Workflow file for this run

name: CI
on: [push]
jobs:
phpstan:
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: 256M
error_format: github