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 <[email protected]> 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:
