Skip to content

fix: improve caseOf pattern matching with parameter passing #91

fix: improve caseOf pattern matching with parameter passing

fix: improve caseOf pattern matching with parameter passing #91

Workflow file for this run

name: Tests
on: push
jobs:
lint:
name: Run tests
runs-on: ubuntu-latest
container: "node:18-alpine"
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test