Skip to content

build(deps): bump ws from 8.16.0 to 8.18.0 (#1701) #1272

build(deps): bump ws from 8.16.0 to 8.18.0 (#1701)

build(deps): bump ws from 8.16.0 to 8.18.0 (#1701) #1272

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: biomejs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint:check