Skip to content

feat: brand new client UI ! #62

feat: brand new client UI !

feat: brand new client UI ! #62

Workflow file for this run

---
name: API
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
env:
COMPOSE_FILE: docker-compose.dev.yaml
jobs:
linter:
name: lint with phpstan
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- run: make .env
- run: make CI=1 phpstan