Skip to content

Introduce a new changelog system #233

Introduce a new changelog system

Introduce a new changelog system #233

Workflow file for this run

name: Build Check
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 'lts/*'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install dependencies
run: pnpm i
- name: Build TB React
run: pnpm run build-static