Skip to content

chore(deps-dev): bump prettier from 3.8.1 to 3.8.2 in the dev-tooling group #15

chore(deps-dev): bump prettier from 3.8.1 to 3.8.2 in the dev-tooling group

chore(deps-dev): bump prettier from 3.8.1 to 3.8.2 in the dev-tooling group #15

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
lint-and-typecheck:
name: Lint & Typecheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Typecheck
run: pnpm exec tsc -b