Skip to content

chore: Migrate into pnpm #544

chore: Migrate into pnpm

chore: Migrate into pnpm #544

Workflow file for this run

name: Lints
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run lint
run: pnpm run lint