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