Skip to content

Bump @biomejs/biome from 2.3.10 to 2.4.5 #264

Bump @biomejs/biome from 2.3.10 to 2.4.5

Bump @biomejs/biome from 2.3.10 to 2.4.5 #264

Workflow file for this run

name: Publish Pull Request
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run build
- name: Publish
run: bun run pkg-pr-new publish './packages/astro-integration'