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