Add linter to github workflow

This commit is contained in:
2020-08-21 17:38:19 -05:00
parent 2a84b7f4fd
commit c5f71f6976

View File

@ -26,3 +26,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run lint