From 6f95a8a6c64344c31ce71f1ab64e907c1389a47c Mon Sep 17 00:00:00 2001 From: zhaohongxuan Date: Thu, 11 Jan 2024 07:58:08 +0800 Subject: [PATCH] chore: update CI --- .github/workflows/CI.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e6824b..9127c94 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,4 +26,9 @@ jobs: id: build run: | npm install - npm run build \ No newline at end of file + npm run build + + - name: Lint + id: lint + run: | + npm run lint \ No newline at end of file