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