From 67fd76942ffb977c7a440f971576e3c1177a41cc Mon Sep 17 00:00:00 2001 From: LingKa Date: Mon, 4 Dec 2023 20:54:11 +0800 Subject: [PATCH] feat: temp Signed-off-by: LingKa --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8597b26..d0a0c40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,9 @@ jobs: - name: Install Hatch run: pip install hatch + + - name: Generate API + uses: ./.github/workflows/protobuf - name: Run lint & fmt run: hatch run lint:all ./client