Skip to content

feat: Web 設定面板 + 測試按鈕 + AGPL-3.0 #31

feat: Web 設定面板 + 測試按鈕 + AGPL-3.0

feat: Web 設定面板 + 測試按鈕 + AGPL-3.0 #31

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npx tsc --noEmit