You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/08/03 12:31:11 UTC

[iotdb-web-workbench] 16/34: Allow css to fail (#3)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-web-workbench.git

commit 361c11e4d110d9ef977dad28792f21ff02263dea
Author: Niklas Merz <ni...@linux.com>
AuthorDate: Mon Sep 20 16:43:12 2021 +0200

    Allow css to fail (#3)
---
 .github/workflows/frontend.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index 58a3b31..ffd2581 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -30,6 +30,7 @@ jobs:
       - name: lint
         run: cd frontend && npm run lint
       - name: lint-css
+        continue-on-error: true
         run: cd frontend && npm run lint-css
     
   test: