Skip to content

build(deps): bump the non-major group across 1 directory with 6 updat… #1254

build(deps): bump the non-major group across 1 directory with 6 updat…

build(deps): bump the non-major group across 1 directory with 6 updat… #1254

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