Alexander Rose 3 éve
szülő
commit
e3d24dae4b
1 módosított fájl, 3 hozzáadás és 3 törlés
  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