Skip to content

Conversation

@fatherlinux
Copy link
Owner

Summary

  • Add Gourmand (AI slop detection) to GitHub Actions test workflow

Changes

  • New gourmand job in .github/workflows/test.yml
  • Installs Rust toolchain and caches cargo binaries
  • Installs Gourmand from Codeberg (not on crates.io)
  • Runs gourmand --full . on every push/PR

Test plan

  • Local gourmand --full . passes with 0 violations
  • CI workflow runs successfully

🤖 Generated with Claude Code

fatherlinux and others added 2 commits January 25, 2026 15:52
Adds a new 'gourmand' job to the test workflow that:
- Installs Rust toolchain
- Caches cargo binaries for faster subsequent runs
- Installs Gourmand from Codeberg
- Runs `gourmand --full .` to check for AI slop

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Break long line in queue_sync_operation to satisfy ruff formatter.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@fatherlinux fatherlinux merged commit ac0a6aa into main Jan 25, 2026
3 checks passed
@fatherlinux fatherlinux deleted the ci/add-gourmand branch January 25, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants