Skip to content

chore(deps): update dependency rolldown to v1.0.0-rc.16 #387

chore(deps): update dependency rolldown to v1.0.0-rc.16

chore(deps): update dependency rolldown to v1.0.0-rc.16 #387

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0 # Fetch all history for commitlint
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
- run: bun i --frozen-lockfile
- run: bun run build
- run: bun run lint
- run: bun test
- run: bunx publint