Skip to content

add Vitest config, functions: readConfig + findConfig and install zod #4

add Vitest config, functions: readConfig + findConfig and install zod

add Vitest config, functions: readConfig + findConfig and install zod #4

Workflow file for this run

name: CI/CD
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Format
run: pnpm format