Skip to content

build(deps): bump the non-major group with 3 updates #1250

build(deps): bump the non-major group with 3 updates

build(deps): bump the non-major group with 3 updates #1250

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: package.json
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Lint
run: pnpm biome ci --reporter=github