fix: fix nesting issue due to the errors order #742
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: Compressed Size | |
| on: [pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@v4 | |
| - name: Setup bun | |
| uses: oven-sh/setup-bun@v1 | |
| - uses: preactjs/compressed-size-action@v2 | |
| with: | |
| repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
| install-script: "bun install --frozen-lockfile" |