chore(ci): add linter to workflow

This commit is contained in:
Max Baumann
2020-12-14 22:34:18 +01:00
parent 70667a43d7
commit 1b92982f3b

View File

@@ -16,6 +16,10 @@ jobs:
- name: Copy configuration - name: Copy configuration
run: cp config.json.example config.json run: cp config.json.example config.json
# Run linter
- name: Lint
run: npm run lint
# Create Chrome artifacts # Create Chrome artifacts
- name: Create Chrome artifacts - name: Create Chrome artifacts
run: npm run build:chrome run: npm run build:chrome