mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 08:00:24 +08:00
23 lines
698 B
YAML
Executable File
23 lines
698 B
YAML
Executable File
name: Pusher JS
|
|
|
|
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_frontend.yml@main
|
|
with:
|
|
enable_bundlewatch: false
|
|
enable_prettier: true
|
|
enable_typescript: true
|
|
|
|
frontend_directory: ./extensions/pusher/js
|
|
backend_directory: ./extensions/pusher
|
|
js_package_manager: yarn
|
|
main_git_branch: main
|
|
secrets:
|
|
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|