Quellcode durchsuchen

Update pull-request.yml

Aykut Saraç vor 2 Jahren
Ursprung
Commit
e509e118b5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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