From ce8945d24fec65c10c4865978980960b663b1a6b Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Thu, 30 Apr 2020 00:01:57 +0800 Subject: [PATCH] Reorder lint action --- .github/workflows/ci_frontend.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_frontend.yml b/.github/workflows/ci_frontend.yml index 494d12dbae..b8e11252c8 100644 --- a/.github/workflows/ci_frontend.yml +++ b/.github/workflows/ci_frontend.yml @@ -50,6 +50,7 @@ jobs: cd dolphinscheduler-ui npm install node-sass --unsafe-perm npm install + npm run lint npm run build License-check: