forked from clone/flarum-ext-redis-setup
24 lines
613 B
YAML
24 lines
613 B
YAML
name: GB Redis Setup JS
|
|
|
|
on: [workflow_dispatch, push, pull_request]
|
|
|
|
jobs:
|
|
run:
|
|
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@1.x
|
|
with:
|
|
enable_bundlewatch: false
|
|
enable_prettier: true
|
|
enable_typescript: false
|
|
|
|
frontend_directory: ./js
|
|
backend_directory: .
|
|
js_package_manager: yarn
|
|
main_git_branch: 1.x
|
|
|
|
git_actor_name: ${{ vars.GIT_ACTOR_NAME }}
|
|
git_actor_email: ${{ vars.GIT_ACTOR_EMAIL }}
|
|
|
|
secrets:
|
|
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|
|
git_actor_token: ${{ secrets.GIT_ACTOR_TOKEN }}
|