Skip to content

[Docgen]: Generate docs from docstrings compiler #1252

[Docgen]: Generate docs from docstrings compiler

[Docgen]: Generate docs from docstrings compiler #1252

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