Skip to content

fix: Add links to supported datatypes. #31

fix: Add links to supported datatypes.

fix: Add links to supported datatypes. #31

Workflow file for this run

name: Docusaurus build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build