Bump serialize-javascript and terser-webpack-plugin in /js (#32) #123
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: Birthdays PHP | |
| on: [workflow_dispatch, push, pull_request] | |
| # The reusable workflow definitions will be moved to the `flarum/framework` repo soon. | |
| # This will break your current script. | |
| # When this happens, run `flarum-cli audit infra --fix` to update your infrastructure. | |
| jobs: | |
| run: | |
| uses: flarum/framework/.github/workflows/REUSABLE_backend.yml@main | |
| with: | |
| enable_backend_testing: false | |
| backend_directory: . |