2023-06-15 20:26:39 +08:00
|
|
|
name: Static Code Analysis
|
2022-09-14 22:23:56 +08:00
|
|
|
|
|
|
|
on: [workflow_dispatch, push, pull_request]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
run:
|
|
|
|
uses: ./.github/workflows/REUSABLE_backend.yml
|
|
|
|
with:
|
|
|
|
enable_backend_testing: false
|
|
|
|
enable_phpstan: true
|
|
|
|
backend_directory: .
|