Ver Fonte

gh action

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

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

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