You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/04/05 07:13:46 UTC

[echarts] branch workflow-add-lint-step created (now da71a9ec4)

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

wangzx pushed a change to branch workflow-add-lint-step
in repository https://gitbox.apache.org/repos/asf/echarts.git


      at da71a9ec4 ci: add lint step

This branch includes the following new commits:

     new da71a9ec4 ci: add lint step

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[echarts] 01/01: ci: add lint step

Posted by wa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch workflow-add-lint-step
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit da71a9ec409a802822f7bd6ec95481b407ce518b
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Tue Apr 5 15:11:04 2022 +0800

    ci: add lint step
---
 .github/workflows/ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 67c387f66..3db384476 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,6 +35,9 @@ jobs:
       # - name: check type
       #   run: npm run checktype
 
+      - name: lint
+        run: npm run lint
+
       - name: build release
         run: npm run release
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org