mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-21 16:01:29 +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.
4 lines
192 B
Plaintext
4 lines
192 B
Plaintext
# `scripts/*.sh` would not match nested paths: in a pattern containing a slash, `*`
|
|
# does not cross a `/`, so the CI scripts under scripts/ci/ need the `**` form.
|
|
scripts/**/*.sh text eol=lf
|