Skip to content

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

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

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

…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)
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.

1 participant