Ver Fonte

Update pull-request.yml

Aykut Saraç há 2 anos atrás
pai
commit
e509e118b5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/pull-request.yml

+ 1 - 1
.github/workflows/pull-request.yml

@@ -21,5 +21,5 @@ jobs:
       with:
         node-version: ${{ matrix.node-version }}
         cache: 'npm'
-    - run: npm lint
+    - run: npm run lint
     - run: npm run build