Skip to content

feat: Add support for Setter, Getter, AffineFold and Fold optics #90

feat: Add support for Setter, Getter, AffineFold and Fold optics

feat: Add support for Setter, Getter, AffineFold and Fold optics #90

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile
- run: npm test