Skip to content

Feature/add a new preset for library projects #34

Feature/add a new preset for library projects

Feature/add a new preset for library projects #34

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