Skip to content

Merge branch '4.0-dev' of https://github.com/Leantime/leantime into 4… #730

Merge branch '4.0-dev' of https://github.com/Leantime/leantime into 4…

Merge branch '4.0-dev' of https://github.com/Leantime/leantime into 4… #730

name: Static Analysis
on:
workflow_dispatch:
push:
branches: [ "master", "*.*-dev" ]
pull_request:
branches: [ "master", "*.*-dev" ]
jobs:
phpstan:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: make build-dev
- name: Run PHPStan Analysis
run: make phpstan