Skip to content

Added page loader and app loading (#49) #45

Added page loader and app loading (#49)

Added page loader and app loading (#49) #45

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