- Notifications
You must be signed in to change notification settings - Fork90
feat: support text-based Bunbun.lock file (#116)#150
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:CI | |
| on:[pull_request, push] | |
| jobs: | |
| build_test: | |
| name:Build & Test | |
| runs-on:ubuntu-latest | |
| steps: | |
| -uses:actions/checkout@v3 | |
| -uses:actions/setup-node@v4 | |
| -run:npm ci | |
| -run:npm run build | |
| -run:npm test | |
| -name:Report Compressed Size | |
| uses:./ | |
| with: | |
| repo-token:"${{ secrets.GITHUB_TOKEN }}" | |
| pattern:index.js |