ci: enable code lint check (#186)

* ci: enable code lint check

* chore(deps): update and fix eslint & prettier versions
This commit is contained in:
Vojtech Simetka
2021-08-25 16:14:09 +02:00
committed by GitHub
parent 1f8f890ff7
commit 766fe96d1c
7 changed files with 546 additions and 256 deletions
+4 -4
View File
@@ -42,10 +42,10 @@ jobs:
- name: Commit linting
uses: wagoid/commitlint-github-action@v2
# - name: Code linting
# run: npm run lint:check
# env:
# CI: true
- name: Code linting
run: npm run lint:check
env:
CI: true
- name: Build
run: npm run build