Skip to content

Testing Suite cleanup #1

Testing Suite cleanup

Testing Suite cleanup #1

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 Pint Analysis
run: make phpstan