Skip to content

style: 移动端信息条改用PC同款文字按钮样式,统一全站滚动条风格 #46

style: 移动端信息条改用PC同款文字按钮样式,统一全站滚动条风格

style: 移动端信息条改用PC同款文字按钮样式,统一全站滚动条风格 #46

Workflow file for this run

name: CI
on:
push:
branches: [main, dev]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test:run
- name: Check i18n key parity
run: npm run check-i18n
- name: Build
run: npm run build