Browse Source

gh action

Alexander Rose 3 years ago
parent
commit
cd6bbeaa86
1 changed files with 2 additions and 2 deletions
  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