Skip to content

chore: enable phpstan, apply fixes, bump js, format #2

chore: enable phpstan, apply fixes, bump js, format

chore: enable phpstan, apply fixes, bump js, format #2

Workflow file for this run

name: FoF Linguist JS
on: [workflow_dispatch, push, pull_request]
jobs:
run:
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@main
with:
enable_bundlewatch: false
enable_prettier: false
enable_typescript: false
frontend_directory: ./js
backend_directory: .
js_package_manager: npm
main_git_branch: master
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}