소스 검색

Update pull-request.yml

Aykut Saraç 2 년 전
부모
커밋
e509e118b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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