Skip to content

Add biome version lock to pnpm-lock #2

Add biome version lock to pnpm-lock

Add biome version lock to pnpm-lock #2

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
Lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/jod]
steps:
- name: Checkout the sources
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.6.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint