Alexander Rose %!s(int64=3) %!d(string=hai) anos
pai
achega
cd6bbeaa86
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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