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 | 1b9f4bfb2242589463c70b4ad2c77cfc8f79afb0 (patch) | |
tree | 6903357e37eb1c643c7a9c62f7d7739e6b9fbb0b /.github/workflows | |
parent | 3aa87cc26fd58836b82c067b58a47e08e30a7784 (diff) | |
download | timeline-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.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:
|