Skip to content

Commit 3c3cc16

Browse files
RookieANDclaude
andauthored
chore: GitHub Actions 워크플로우 개선 및 코드 스타일 가이드 추가 (#22)
* chore: improve GitHub Actions workflows - Update code-quality workflow to trigger on all branches except main - Add --ignore-unknown flag to Prettier check - Improve PR auto-labeler with action-remove-labels for better reliability - Update production-deploy workflow to use docker image prune instead of system prune - Preserve SSL certificate volumes during deployment cleanup - Enhance Discord notification with commit links Co-Authored-By: Claude <noreply@anthropic.com> * style: apply prettier formatting to components - Format inputField components with double quotes and sorted imports - Format stepIndicator component with sorted Tailwind classes - Format tag component with consistent quote style - Apply automatic Tailwind class sorting Co-Authored-By: Claude <noreply@anthropic.com> * chore: add Gemini Code Assistant configuration - Add comprehensive code style guide with naming conventions - Define component rules and TypeScript patterns - Document Tailwind CSS v4 usage with ygi prefix - Include folder structure guidelines - Add commit convention and best practices - Configure review style for code reviews Co-Authored-By: Claude <noreply@anthropic.com> * style: apply tabs indentation to CSS and app files - Convert spaces to tabs in all CSS files following prettier config - Apply consistent indentation to app/layout.tsx and app/globals.css - Ensure all files follow useTabs: true configuration Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent ff899e4 commit 3c3cc16

File tree

22 files changed

+1032
-505
lines changed

22 files changed

+1032
-505
lines changed

.gemini/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
have_fun: false
2+
code_review:
3+
disable: false
4+
comment_severity_threshold: MEDIUM
5+
max_review_comments: -1
6+
pull_request_opened:
7+
help: false
8+
summary: true
9+
code_review: true
10+
ignore_patterns:
11+
- ".github/"
12+
- ".claude/"
13+
- ".cursor/"
14+
- ".vscode/"

0 commit comments

Comments
 (0)