Skip to content

Merge pull request #2815 from Leantime/changelog-ci-3.3.2-1732375918 #576

Merge pull request #2815 from Leantime/changelog-ci-3.3.2-1732375918

Merge pull request #2815 from Leantime/changelog-ci-3.3.2-1732375918 #576

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