diff options
author | crupest <crupest@outlook.com> | 2020-06-04 00:20:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-04 00:20:32 +0800 |
commit | e0f80f02ff60e901a20713d906ff212700861863 (patch) | |
tree | 6b16e69717d688156f43c1c1f2b2075040c1e21f /.github | |
parent | fccd6b4ca8ed7420f25f0c4298fde311bc1e09d0 (diff) | |
download | timeline-e0f80f02ff60e901a20713d906ff212700861863.tar.gz timeline-e0f80f02ff60e901a20713d906ff212700861863.tar.bz2 timeline-e0f80f02ff60e901a20713d906ff212700861863.zip |
infra(ci): Add code lint.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 3 |
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:
|