Skip to content

feat:optipex change pnp v #10

feat:optipex change pnp v

feat:optipex change pnp v #10

Workflow file for this run

name: Lint Check
on: [push, pull_request]
jobs:
lint-and-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24.5.0
cache: 'pnpm'
- uses: pnpm/action-setup@v2
with:
version: 10.17.1
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint:ci
- name: Type check
run: pnpm typecheck