Skip to content

Conversation

@MaxKless
Copy link
Collaborator

@MaxKless MaxKless commented Dec 1, 2025

Add lint pattern to the --auto-apply-fixes flag so that Nx Cloud
self-healing CI will automatically apply fixes for lint failures
in addition to sync tasks.

🤖 Generated with Claude Code

Co-Authored-By: Claude [email protected]


Note

Adds lint to Nx Cloud auto-apply-fixes in CI and documents how to auto-fix failed lint tasks.

  • CI Workflow (.github/workflows/ci_checks.yml):
    • Extend nx-cloud start-ci-run --auto-apply-fixes to include *lint* alongside *sync*.
  • Docs (CLAUDE.md):
    • Add "Self-Healing CI" section describing how to auto-fix failed :lint tasks using nx run <project>:lint --fix.

Written by Cursor Bugbot for commit 7460e83. This will update automatically on new commits. Configure here.

Add *lint* pattern to the --auto-apply-fixes flag so that Nx Cloud
self-healing CI will automatically apply fixes for lint failures
in addition to sync tasks.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@nx-cloud
Copy link
Contributor

nx-cloud bot commented Dec 1, 2025

View your CI Pipeline Execution ↗ for commit 7460e83

Command Status Duration Result
nx affected --targets=lint,test,build,e2e-ci,ty... ✅ Succeeded <1s View ↗
nx-cloud record -- yarn nx sync:check ✅ Succeeded 4s View ↗
nx-cloud record -- yarn nx run-many -t ktfmtFormat ✅ Succeeded 4m 43s View ↗
nx run-many -t ktfmtFormat ✅ Succeeded 4m 39s View ↗
nx-cloud record -- yarn nx format:check --verbose ✅ Succeeded 6s View ↗

☁️ Nx Cloud last updated this comment at 2025-12-01 11:38:49 UTC

@MaxKless MaxKless merged commit 858f153 into master Dec 1, 2025
9 checks passed
@MaxKless MaxKless deleted the exciting-cartwright branch December 1, 2025 11:57
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.

3 participants