修复了Attribute获取异常时的不正确报错 #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Store 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: master | |
secrets: | |
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} |