From e78e2108b9b0b0896952f70c4fce6182113f15cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sun, 4 Aug 2024 13:09:12 +0800 Subject: [PATCH] chore: update ci.yaml to include lint step --- .gitea/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5291f19..6e28f27 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -27,5 +27,8 @@ jobs: - name: Install dependencies run: pnpm install + - name: Lint + run: pnpm lint + - name: Build run: pnpm build