Skip to content

编辑器和监视模式可靠性改进; 正确刷新配置文件中的编辑器错误;更好地处理删除操作后紧接着的写操作 #301

编辑器和监视模式可靠性改进; 正确刷新配置文件中的编辑器错误;更好地处理删除操作后紧接着的写操作

编辑器和监视模式可靠性改进; 正确刷新配置文件中的编辑器错误;更好地处理删除操作后紧接着的写操作 #301

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 20
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install --immutable
- name: Lint TypeScript
run: yarn run test