Skip to content

#40, expose type structures on mixins. #133

#40, expose type structures on mixins.

#40, expose type structures on mixins. #133

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: '20.x'
- run: npm ci
- run: npm run build
timeout-minutes: 5