Skip to content

init: tldraw-cli 初始化 #5

init: tldraw-cli 初始化

init: tldraw-cli 初始化 #5

Workflow file for this run

name: CI
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
codegen-check:
name: Codegen check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- name: Check generated files are up to date
run: npm run codegen:check
# If this step fails, run `npm run codegen` locally and commit the result.