Browse Source

Merge pull request #375 from theoware/patch-1

Workflow: remove unnecessary names
Dmitrii Selivanov 3 năm trước cách đây
mục cha
commit
c6e2636296
1 tập tin đã thay đổi với 3 bổ sung5 xóa
  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