diff options
author | Max Baumann <[email protected]> | 2020-12-14 22:34:18 +0100 |
---|---|---|
committer | Max Baumann <[email protected]> | 2020-12-14 22:34:18 +0100 |
commit | 1b92982f3b7ce1e26d82914d097fe0631311387c (patch) | |
tree | fbcbccd87a093cd86fca3c2c104e649196e2d900 /.github | |
parent | 70667a43d74a3cbeea3dd8f2d66f8a23f6ad0ffe (diff) | |
download | SponsorBlock-1b92982f3b7ce1e26d82914d097fe0631311387c.tar.gz SponsorBlock-1b92982f3b7ce1e26d82914d097fe0631311387c.zip |
chore(ci): add linter to workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |