Browse Source

workflow remove unnecessary names

theoware 3 years ago
parent
commit
bca38e77ae
1 changed files with 3 additions and 5 deletions
  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