Skip to content

#28, test registration of writer functions, cloning type structures. #122

#28, test registration of writer functions, cloning type structures.

#28, test registration of writer functions, cloning type structures. #122

Workflow file for this run

name: build-main
on:
push:
jobs:
build-main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm run build
timeout-minutes: 5