1
0
mirror of https://github.com/flarum/core.git synced 2025-08-10 10:24:46 +02:00
Files
php-flarum/.github/workflows/phpstan.yml
Sami Mazouz 64b25b26c3 chore: improve test suite (#3814)
Allows running tests without constantly running `composer install` on each extension.
2023-06-15 13:26:39 +01:00

12 lines
237 B
YAML

name: Static Code Analysis
on: [workflow_dispatch, push, pull_request]
jobs:
run:
uses: ./.github/workflows/REUSABLE_backend.yml
with:
enable_backend_testing: false
enable_phpstan: true
backend_directory: .