chore(deps): bump ws from 5.2.2 to 5.2.4 #59
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: "bundlewatch GH Action" | |
on: | |
pull_request: | |
types: [synchronize, opened] | |
jobs: | |
test-with-different-base: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
# run our own action on PR as a way to test this library | |
- uses: ./ | |
with: | |
build-script: npm run test-build | |
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} | |
branch-base: testing-branch-do-not-delete |