Skip to content

I have a Discussion page now #5

I have a Discussion page now

I have a Discussion page now #5

Workflow file for this run

name: Plausible JS
on: [workflow_dispatch, push, pull_request]
jobs:
run:
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@main
with:
enable_bundlewatch: false
enable_prettier: true
enable_typescript: true
frontend_directory: ./js
backend_directory: .
js_package_manager: npm
main_git_branch: trunk
# Disable typings since they seem to be broken
build_typings_script: ''
check_typings_script: ''
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}