style(projects): fix lint code and format code

This commit is contained in:
soybeanfe
2026-03-09 12:19:23 +08:00
parent 6ff74c0c9d
commit 8b2db609a9
32 changed files with 115 additions and 121 deletions

View File

@@ -31,4 +31,4 @@ jobs:
GOOGLE_GENERATIVE_AI_API_KEY: ${{ secrets.GOOGLE_GENERATIVE_AI_API_KEY }}
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
with:
model: google/gemini-3-pro-preview
model: google/gemini-3-pro-preview

View File

@@ -6,7 +6,7 @@ permissions:
on:
push:
tags:
- "v*"
- 'v*'
jobs:
release: