mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
R: Add frontend linter
This commit is contained in:
parent
5682da5784
commit
1d1727c43f
3
.github/workflows/frontend.yml
vendored
3
.github/workflows/frontend.yml
vendored
|
@ -38,6 +38,7 @@ jobs:
|
||||||
npm install -g typescript vite jest
|
npm install -g typescript vite jest
|
||||||
npm ci
|
npm ci
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
- name: Test
|
- name: Run CI
|
||||||
run: |
|
run: |
|
||||||
|
npm run lint
|
||||||
npm test
|
npm test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user