Skip to content

ci: Add CI workflow and CODEOWNERS#2

Merged
naaiyy merged 4 commits into
mainfrom
ci/add-ci-workflow
Feb 17, 2026
Merged

ci: Add CI workflow and CODEOWNERS#2
naaiyy merged 4 commits into
mainfrom
ci/add-ci-workflow

Conversation

@naaiyy
Copy link
Copy Markdown
Contributor

@naaiyy naaiyy commented Feb 17, 2026

Summary

  • Add GitHub Actions CI workflow with cargo fmt --check, cargo clippy, and cargo test on macOS
  • Gate job ci_pass aggregates all checks
  • Add CODEOWNERS file with @naaiyy as global owner

Test plan

  • check_style, clippy, tests jobs should run
  • ci_pass gate job should go green

🤖 Generated with Claude Code

naaiyy and others added 4 commits February 17, 2026 02:43
Add GitHub Actions CI with cargo fmt check, clippy, and tests on macOS.
Gate job `ci_pass` aggregates all checks. Add CODEOWNERS with @naaiyy
as global owner.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Run cargo fmt and remove empty lines after attributes/doc comments
in sum_tree crate.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix unnecessary_unwrap in key_dispatch.rs
- Allow dead_code on native_controls module (in-progress work)
- Allow unnecessary_unwrap in list.rs (borrow checker limitation)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
In-progress native control element, fields will be used soon.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@naaiyy naaiyy merged commit 8ea8513 into main Feb 17, 2026
4 checks passed
@naaiyy naaiyy deleted the ci/add-ci-workflow branch February 17, 2026 23:03
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