Skip to content

chore(deps): bump pnpm/action-setup from 4 to 6 #2

chore(deps): bump pnpm/action-setup from 4 to 6

chore(deps): bump pnpm/action-setup from 4 to 6 #2

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Check formatting
run: pnpm format:check
- name: Lint
run: pnpm lint