on: [push] jobs: build: runs-on: node-16 steps: - uses: https://github.com/actions/checkout@v4 - uses: https://github.com/oven-sh/setup-bun@v1 with: bun-version: latest - name: Install dependencies run: bun install --frozen-lockfile - name: Run CI script run: bun run ci