소스 검색

Merge pull request #375 from theoware/patch-1

Workflow: remove unnecessary names
Dmitrii Selivanov 3 년 전
부모
커밋
c6e2636296
1개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 5
      .github/workflows/weblint.yml

+ 3 - 5
.github/workflows/weblint.yml

@@ -20,9 +20,7 @@ jobs:
 
     steps:
     - uses: actions/checkout@main
-    - name: npm install
-      run: npm install
+    - run: npm install
+      working-directory: Website
+    - run: npm run lint
       working-directory: Website
-    - name: npm run lint
-      run: npm run lint
-      working-directory: Website