Skip to content

Commit e1f6098

Browse files
committed
Fix the workflow and Add the rules for Amazon Q Developer
1 parent a400415 commit e1f6098

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

.amazonq/rules/review-rules.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Review Rules
2+
3+
- Comments should be provided in Japanese by default, while maintaining English-based technical analysis to ensure review quality.
4+
- When you find a problem, suggest a solution.
5+
- If you find a problem that is not in the code, point it out.
6+
7+
## Security review
8+
9+
- Always evaluate security implications of code changes.
10+
- Check for potential vulnerabilities and secure coding practices.
11+
- Verify no hardcoded credentials or secrets
12+
- Ensure proper input validation and sanitization
13+
- Check dependencies for known vulnerabilities
14+
- Use GitHub Dependabot alerts and `pnpm audit`

.github/workflows/check-dist.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- main
77
paths-ignore:
88
- '**.md'
9-
pull_request_target:
10-
paths-ignore:
11-
- '**.md'
129
workflow_dispatch:
1310

1411
jobs:

0 commit comments

Comments
 (0)