Skip to content

[cd] Remove deploy to vercel config #250

[cd] Remove deploy to vercel config

[cd] Remove deploy to vercel config #250

Workflow file for this run

name: General
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: PNPM Install
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm run lint
- name: Type Check
run: pnpm run check
- name: Build
run: pnpm run build