浏览代码

gh action

Alexander Rose 3 年之前
父节点
当前提交
e3d24dae4b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/node.yml

+ 3 - 3
.github/workflows/node.yml

@@ -12,6 +12,6 @@ jobs:
         node-version: 14
     - run: yarn install
     - name: ESLint
-      uses: sibiraj-s/action-eslint@v2.0.0
-    - name: Jest Annotations & Coverage
-      uses: mattallty/jest-github-action@v1.0.3
+      uses: npm run eslint
+    - name: Jest
+      uses: npm run jest