Skip to content

fix: merge consumer-provided options with defaults (#424) #668

fix: merge consumer-provided options with defaults (#424)

fix: merge consumer-provided options with defaults (#424) #668

name: ⚖ Bundlewatch on Push
on:
push:
branches:
- main
jobs:
bundlewatch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@v1
- uses: jackyef/[email protected]
with:
branch-base: main
bundlewatch-config: .bundlewatch.config.json
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}