Merge pull request #582 from ruilisi/580-单元格处于编辑状态时右键菜单插入行列代码报错页面白屏 #210
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: push | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: "20.x" | |
cache: "yarn" | |
- run: yarn install --frozen-lockfile | |
- run: yarn tsc | |
- run: yarn lint | |
- run: yarn test |