mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
64b25b26c3
Allows running tests without constantly running `composer install` on each extension.
12 lines
237 B
YAML
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: .
|