Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheoware <59124958+theoware@users.noreply.github.com>2021-12-27 16:00:05 +0300
committerGitHub <noreply@github.com>2021-12-27 16:00:05 +0300
commitbca38e77ae7c6e9cf4c81fbc4ac54d6ac5fedb10 (patch)
tree5eb7120fc5d19c51d02c89d90031022841ca7af6
parentcb2b100a18c86419131d94f881d1cb49800a5e5f (diff)
workflow remove unnecessary names
-rw-r--r--.github/workflows/weblint.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/weblint.yml b/.github/workflows/weblint.yml
index eea4ec9..84fd10c 100644
--- a/.github/workflows/weblint.yml
+++ b/.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 \ No newline at end of file