From 327775ae7b612125af6a626c9b77542af32183a6 Mon Sep 17 00:00:00 2001 From: Vyacheslav Date: Wed, 24 Apr 2024 11:22:00 +0300 Subject: [PATCH] feat(live_monitor_ts): create pipline tests and lint --- .gitea/workflows/live_monitor_ui.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/live_monitor_ui.yml b/.gitea/workflows/live_monitor_ui.yml index 5568187..4cce05a 100644 --- a/.gitea/workflows/live_monitor_ui.yml +++ b/.gitea/workflows/live_monitor_ui.yml @@ -28,8 +28,6 @@ jobs: - name: install node_modules run: yarn - working-directory: ./live_monitor_ts - name: lint run: yarn lint - working-directory: ./live_monitor_ts \ No newline at end of file