Skip to content

Commit a99c1b6

Browse files
jmbish04claude
andcommitted
fix: correct script filename in drizzle-schema-report workflow
The workflow referenced `analyze_drizzle_schema.py` but the actual file is `audit_drizzle_schema.py`. This was causing the "Generate Schema Report" CI check to fail. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2758924 commit a99c1b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/drizzle-schema-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
python-version: '3.12'
2323

2424
- name: Ensure Script is Executable
25-
run: chmod +x scripts/analyze_drizzle_schema.py
25+
run: chmod +x scripts/audit_drizzle_schema.py
2626

2727
- name: Run Schema Analysis
28-
run: python scripts/analyze_drizzle_schema.py --output drizzle-schema-report.md
28+
run: python scripts/audit_drizzle_schema.py --output drizzle-schema-report.md
2929

3030
- name: Upload Report Artifact
3131
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)