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 c1cddfbd63def705c9b9e89ca406a503d7416088 Author: Julian Feinauer <[email protected]> AuthorDate: Mon Sep 20 16:48:46 2021 +0200 Revert "Allow css to fail (#3)" This reverts commit abf021a8 --- .github/workflows/frontend.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index ffd2581..58a3b31 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -30,7 +30,6 @@ jobs: - name: lint run: cd frontend && npm run lint - name: lint-css - continue-on-error: true run: cd frontend && npm run lint-css test:
