fix: extension not displayed when only registering pii fields, add de… #352
This file contains hidden or 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: GDPR 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: main | |
| secrets: | |
| bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} |