aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-04 00:20:32 +0800
committercrupest <crupest@outlook.com>2020-06-04 00:20:32 +0800
commit1b9f4bfb2242589463c70b4ad2c77cfc8f79afb0 (patch)
tree6903357e37eb1c643c7a9c62f7d7739e6b9fbb0b /.github/workflows
parent3aa87cc26fd58836b82c067b58a47e08e30a7784 (diff)
downloadtimeline-1b9f4bfb2242589463c70b4ad2c77cfc8f79afb0.tar.gz
timeline-1b9f4bfb2242589463c70b4ad2c77cfc8f79afb0.tar.bz2
timeline-1b9f4bfb2242589463c70b4ad2c77cfc8f79afb0.zip
infra(ci): Add code lint.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 17852c94..5cfe9a8a 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -45,6 +45,9 @@ jobs:
- name: Build App
run: yarn build
+ - name: Lint Code
+ run: yarn lint
+
- name: Upload Artifact
uses: actions/upload-artifact@v2
with: