Skip to content

feat: migrate config and add strict validation #31

feat: migrate config and add strict validation

feat: migrate config and add strict validation #31

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
cache: "pnpm"
- name: 📦 Install dependencies
run: pnpm install
- name: 🧪 Test project
run: pnpm test