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:
Diffstat (limited to '.github/workflows/weblint.yml')
-rw-r--r--.github/workflows/weblint.yml15
1 files changed, 7 insertions, 8 deletions
diff --git a/.github/workflows/weblint.yml b/.github/workflows/weblint.yml
index 84fd10c..3ca18a3 100644
--- a/.github/workflows/weblint.yml
+++ b/.github/workflows/weblint.yml
@@ -4,23 +4,22 @@ name: Website Lint
on:
push:
- branches: [ main ]
+ branches: [main]
paths:
- Website/**
pull_request:
- branches: [ main ]
+ branches: [main]
paths:
- Website/**
jobs:
weblint:
-
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@main
- - run: npm install
- working-directory: Website
- - run: npm run lint
- working-directory: Website
+ - uses: actions/checkout@main
+ - run: npm install
+ working-directory: Website
+ - run: npm run lint
+ working-directory: Website