Ver Fonte

gh action

Alexander Rose há 3 anos atrás
pai
commit
cd6bbeaa86
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/workflows/node.yml

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

@@ -12,6 +12,6 @@ jobs:
         node-version: 14
     - run: yarn install
     - name: ESLint
-      uses: npm run eslint
+      run: npm run eslint
     - name: Jest
-      uses: npm run jest
+      run: npm run jest