Skip to content

bind-to-js-function.mdx: Clarify this binding documentation #1300

bind-to-js-function.mdx: Clarify this binding documentation

bind-to-js-function.mdx: Clarify this binding documentation #1300

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