Skip to content

#9 add swagger, cron and readme #16

#9 add swagger, cron and readme

#9 add swagger, cron and readme #16

Workflow file for this run

name: PHPStan
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare
run: make copy-env & make up-php
- name: PHPStan
run: make phpstan