Skip to content

stable version for wang #7

stable version for wang

stable version for wang #7

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