mirror of
https://github.com/flarum/core.git
synced 2025-08-22 16:14:00 +02:00
chore: flarum-cli audit infra --fix
This commit is contained in:
15
.github/workflows/flarum-flags-backend.yml
vendored
Normal file
15
.github/workflows/flarum-flags-backend.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Flags PHP
|
||||
|
||||
on: [workflow_dispatch, push, pull_request]
|
||||
|
||||
# The reusable workflow definitions will be moved to the `flarum/framework` repo soon.
|
||||
# This will break your current script.
|
||||
# When this happens, run `flarum-cli audit infra --fix` to update your infrastructure.
|
||||
|
||||
jobs:
|
||||
run:
|
||||
uses: flarum/.github/.github/workflows/REUSABLE_backend.yml@main
|
||||
with:
|
||||
enable_backend_testing: true
|
||||
|
||||
backend_directory: ./extensions/flags
|
Reference in New Issue
Block a user