Skip to content

fix(cli): resolve CI failures - rustfmt, type mismatch, borrow-after-… - #293

Closed
victor-134 wants to merge 1 commit into
salazarsebas:mainfrom
victor-134:fix/pr-280-ci-failure
Closed

fix(cli): resolve CI failures - rustfmt, type mismatch, borrow-after-…#293
victor-134 wants to merge 1 commit into
salazarsebas:mainfrom
victor-134:fix/pr-280-ci-failure

Conversation

@victor-134

Copy link
Copy Markdown
Contributor

…move

  • Wrap Check match arm in a closure returning Result<()> to fix ? operator errors (main returns ExitCode, not Result)
  • Fix clippy needless_borrows_for_generic_args in context.rs
  • Update CI workflow to use 'cargo run -p cougr-cli' for correct binary resolution in workspace context
  • Apply cargo fmt to all changed files
  • Update Cargo.lock with new dependencies (anyhow, regex, serde, serde_json)

…move

- Wrap Check match arm in a closure returning Result<()> to fix ?
  operator errors (main returns ExitCode, not Result)
- Fix clippy needless_borrows_for_generic_args in context.rs
- Update CI workflow to use 'cargo run -p cougr-cli' for correct
  binary resolution in workspace context
- Apply cargo fmt to all changed files
- Update Cargo.lock with new dependencies (anyhow, regex, serde,
  serde_json)
@salazarsebas

Copy link
Copy Markdown
Owner

Closing — CI is failing on this branch's own target run. Happy to reconsider once it's green.

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