From 1b92982f3b7ce1e26d82914d097fe0631311387c Mon Sep 17 00:00:00 2001 From: Max Baumann Date: Mon, 14 Dec 2020 22:34:18 +0100 Subject: [PATCH] chore(ci): add linter to workflow --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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