mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 06:50:36 +08:00
13 lines
231 B
YAML
13 lines
231 B
YAML
name: Framework PHP
|
|
|
|
on: [workflow_dispatch, push, pull_request]
|
|
|
|
jobs:
|
|
run:
|
|
uses: ./.github/workflows/REUSABLE_backend.yml
|
|
with:
|
|
enable_backend_testing: false
|
|
enable_phpstan: true
|
|
|
|
backend_directory: .
|