Skip to content

Bump @biomejs/biome from 2.2.5 to 2.3.1 (#45) #81

Bump @biomejs/biome from 2.2.5 to 2.3.1 (#45)

Bump @biomejs/biome from 2.2.5 to 2.3.1 (#45) #81

Workflow file for this run

name: Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run check
run: pnpm check