feat(plugin): support object-based MF2 exposed modules in ModuleFeder… #66
Workflow file for this run
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: Push to branch | |
| on: | |
| push: | |
| branches-ignore: | |
| - main | |
| jobs: | |
| push: | |
| uses: cloudbeds/workflows/.github/workflows/npm-build-test.yml@main | |
| secrets: inherit |