aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-01-17 14:55:47 -0500
committerGitHub <[email protected]>2021-01-17 14:55:47 -0500
commit0c5ede6214213e6e9a560a228d432d4664bfb1cc (patch)
tree9ea1216f3f78a6a69c742da5c91d6557217bfc0e
parentd2f377c8d745c5c8f4e2ede2ea7b930cb4d1c670 (diff)
parentb66ea934f9b1dfc963f8f2db0d2be081c2a9f2ad (diff)
downloadSponsorBlock-0c5ede6214213e6e9a560a228d432d4664bfb1cc.tar.gz
SponsorBlock-0c5ede6214213e6e9a560a228d432d4664bfb1cc.zip
Merge pull request #570 from FoseFx/fosefx-eslint-ci
chore(ci): add linter to workflow
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 60e01530..68a6f2e0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,6 +16,10 @@ jobs:
- name: Copy configuration
run: cp config.json.example config.json
+ # Run linter
+ - name: Lint
+ run: npm run lint
+
# Create Chrome artifacts
- name: Create Chrome artifacts
run: npm run build:chrome