Skip to content

Izk more bugfix

Izk more bugfix #178

Workflow file for this run

name: Test typedef generation
on:
pull_request:
branches: [main, development, beta] # or whatever branch you protect
workflow_dispatch:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Generate type definitions
run: yarn build:types:all