Skip to content

#31, type accessors and structure sets, part 6. #117

#31, type accessors and structure sets, part 6.

#31, type accessors and structure sets, part 6. #117

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