Skip to content

feat: 添加连接帮助功能和内网穿透引导 #1

feat: 添加连接帮助功能和内网穿透引导

feat: 添加连接帮助功能和内网穿透引导 #1

Workflow file for this run

name: CI
on:
push:
branches: [main, neko_mobile]
pull_request:
branches: [main]
jobs:
quality:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- name: Type check
run: npm run type-check
- name: Lint
run: npm run lint:all
- name: Tests (workspace packages)
run: npm run test --if-present