bump minor to 5.3.0 for new development work #26
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: Centralized workflow | |
on: | |
- push | |
- pull_request | |
- workflow_dispatch | |
jobs: | |
ui: | |
uses: folio-org/.github/.github/workflows/[email protected] | |
secrets: inherit | |
with: | |
jest-enabled: true | |
jest-test-command: yarn run test | |
sonar-sources: . | |
compile-translations: false | |
generate-module-descriptor: false | |
publish-module-descriptor: false | |