mirror of
https://github.com/flarum/framework.git
synced 2025-02-02 03:27:47 +08:00
631b4c194c
* chore: unify JS actions into one (rewritten `flarum/action-build)` * chore: maintain backwards compatibility * fix: wrong default format check script Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
17 lines
383 B
YAML
Executable File
17 lines
383 B
YAML
Executable File
name: Framework JS
|
|
|
|
on: [workflow_dispatch, push, pull_request]
|
|
|
|
jobs:
|
|
run:
|
|
uses: ./.github/workflows/REUSABLE_frontend.yml
|
|
with:
|
|
frontend_directory: ./
|
|
backend_directory: ./
|
|
js_package_manager: yarn
|
|
cache_dependency_path: ./yarn.lock
|
|
main_git_branch: main
|
|
|
|
secrets:
|
|
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|