Merge pull request #570 from FoseFx/fosefx-eslint-ci

chore(ci): add linter to workflow
This commit is contained in:
Ajay Ramachandran
2021-01-17 14:55:47 -05:00
committed by GitHub

View File

@@ -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