Skip to content

Commit 35fdd1f

Browse files
Update sourcery.yml
1 parent 5cf43fa commit 35fdd1f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/sourcery.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
# Step 4: Run Sourcery and save output (full scan of repo)
2424
- run: sourcery review . > sourcery_output.txt || true
2525

26+
- name: Debug Sourcery Output
27+
run: cat sourcery_output.txt
28+
2629
# Step 5: Create GitHub issues per suggestion
2730
- name: Create GitHub Issues per Rule
2831
env:

0 commit comments

Comments
 (0)