Skip to content

Create README.jp.md #39

Create README.jp.md

Create README.jp.md #39

Workflow file for this run

name: CI
on:
push:
branches: [ master, development/* ]
pull_request:
branches: [ master ]
jobs:
cs-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Composer run action PHPC_CS
uses: MayMeowHQ/composer-run-action@v3
with:
composer_script: 'cs-check'
stan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Composer run action PHPStan
uses: MayMeowHQ/composer-run-action@v3
with:
composer_script: 'stan'
memory_limit: '1024M'