feat(live_monitor_ts): create pipline tests and lint
Some checks failed
live_monitor_ui / lint (push) Failing after 1m5s

This commit is contained in:
Vyacheslav 2024-04-24 11:20:29 +03:00
parent 1beff7b2cc
commit d27c8d379f

View File

@ -27,9 +27,9 @@ jobs:
run: npm install --global yarn
- name: install node_modules
run: npm install
run: yarn
working-directory: ./live_monitor_ts
- name: lint
run: npm run lint
run: yarn lint
working-directory: ./live_monitor_ts