Skip to content

fix(product): 修正伤害公式注释与实力表述,新增轻量 BattlePower 审计 #39

fix(product): 修正伤害公式注释与实力表述,新增轻量 BattlePower 审计

fix(product): 修正伤害公式注释与实力表述,新增轻量 BattlePower 审计 #39

Workflow file for this run

name: Verify
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
# 产品验证:静态架构检查 + 全量测试 + 产品实战验收(零依赖,纯 Node)
- name: Verify
run: npm run verify