aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMax Baumann <[email protected]>2020-12-14 22:34:18 +0100
committerMax Baumann <[email protected]>2020-12-14 22:34:18 +0100
commit1b92982f3b7ce1e26d82914d097fe0631311387c (patch)
treefbcbccd87a093cd86fca3c2c104e649196e2d900 /.github
parent70667a43d74a3cbeea3dd8f2d66f8a23f6ad0ffe (diff)
downloadSponsorBlock-1b92982f3b7ce1e26d82914d097fe0631311387c.tar.gz
SponsorBlock-1b92982f3b7ce1e26d82914d097fe0631311387c.zip
chore(ci): add linter to workflow
Diffstat (limited to '.github')
-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