forked from clone/flarum-ext-redis-setup
* chore: migrate to fof/redis, repo maintenance * chore: newline * chore: use new fof horizon initializer * chore: revert initializer change Only changed for 2.x .. * chore: remove unused secrets Shouldn't have been added in the first place --------- Co-authored-by: Davide Iadeluca <146922689+DavideIadeluca@users.noreply.github.com> Co-authored-by: Davide Iadeluca <davide.iadeluca@glowingblue.com>
20 lines
461 B
YAML
20 lines
461 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: master
|
|
|
|
secrets:
|
|
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|