Skip to content

Update README.zh.md

Update README.zh.md #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
- test/**
- fix/**
- feat/**
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install --no-fund --no-audit
- run: npm test