Skip to content

docs: replace usage of functor with module functions #1454

docs: replace usage of functor with module functions

docs: replace usage of functor with module functions #1454

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm ci
- run: npx rescript
- run: npm test
- name: Format check
run: npx rescript format -check -all