mirror of
https://github.com/honojs/hono.git
synced 2024-11-23 17:57:29 +01:00
for SDGs
This commit is contained in:
parent
fb1e32e60f
commit
7861d1a5fe
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -228,13 +228,12 @@ jobs:
|
||||
|
||||
perf-measures-bundle-check-on-pr:
|
||||
name: 'Bundle Check on PR'
|
||||
needs: main
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'pull_request'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
- run: bun install
|
||||
- run: bun run build
|
||||
- run: bunx esbuild --minify --bundle dist/index.js --format=esm --outfile=perf-measures/bundle-check/generated/after.js
|
||||
- uses: actions/cache/restore@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user