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:
authorDmitrii Selivanov <selivano.d@gmail.com>2021-12-30 12:04:20 +0300
committerGitHub <noreply@github.com>2021-12-30 12:04:20 +0300
commitc6e263629627f7f4306fc3345d0372d66884d77a (patch)
treea20a98160f4d119b63f50060b9c1dd172d78c6c6
parente39ca6e3ee1bda5f8c501b5f567f853c7afd2eb4 (diff)
parentbca38e77ae7c6e9cf4c81fbc4ac54d6ac5fedb10 (diff)
Merge pull request #375 from theoware/patch-1
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