Browse Source

Update pull-request.yml

Aykut Saraç 2 năm trước cách đây
mục cha
commit
e509e118b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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