this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove bundlewatch

Seems like always stuck

-21
-21
.github/workflows/bundlewatch.yml
··· 1 - name: BundleWatch 2 - on: 3 - push: 4 - branches: 5 - - main 6 - 7 - jobs: 8 - bundle: 9 - runs-on: ubuntu-latest 10 - steps: 11 - - uses: actions/checkout@v2 12 - - run: | 13 - npm ci 14 - npm run build 15 - npx bundlewatch --max-size 100kb ./dist/**/*.js 16 - env: 17 - BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} 18 - CI_REPO_OWNER: cheeaun 19 - CI_REPO_NAME: phanpy 20 - CI_BRANCH_BASE: main 21 - CI_BRANCH: main