Skip to content

feat:optipex Prisma generate done #24

feat:optipex Prisma generate done

feat:optipex Prisma generate done #24

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 pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint:ci
- name: Type check
run: pnpm typecheck