mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 16:01:31 +00:00
- Modified `.gitattributes` to ensure nested CI scripts under `scripts/ci/` are correctly matched. - Updated `CONTRIBUTING.md` for clarity and added details on local checks, including the importance of `--no-fail-fast` in testing. - Introduced new GitHub Actions for setting up Rust and managing documentation workflows, improving CI efficiency. - Removed the outdated `native-checks.yml` workflow and replaced it with a more comprehensive `rust.yml` workflow for better testing coverage. - Added scripts for verifying release assets and installing necessary tooling, enhancing the release process. This commit refines the CI/CD pipeline, ensuring better organization, clarity, and functionality across workflows and documentation.