Skip to content

Regex and dict native syntax + type spread pattern match blog post #2098

Regex and dict native syntax + type spread pattern match blog post

Regex and dict native syntax + type spread pattern match blog post #2098

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: npm
- run: npm ci
- run: npx rescript
- run: npm test
- run: npm run ci:format