aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-check-only.yml
Commit message (Collapse)AuthorAgeFilesLines
* feat(ci): add translated docs structure consistency check魏曹先生40 hours1-0/+4
| | | | | | Add a new CI check that verifies translated docs directories mirror the English reference structure, comparing structural signatures of markdown files including headings, code fences, and list types.
* ci: update actions/checkout to v7魏曹先生3 days1-1/+1
|
* ci: add macOS to CI test matrix魏曹先生6 days1-2/+12
|
* ci: Refactor CI workflows into single check matrix魏曹先生6 days1-32/+5
| | | | | | Replace the separate code/docs CI jobs and local check flags with a unified `--check-*` flag system, enabling each check to run independently across a platform matrix.
* ci: remove output redirection from test commands魏曹先生8 days1-2/+2
|
* fix(ci): capture stderr in cargo ci steps魏曹先生2026-07-261-2/+2
|
* ci(ci): update cache keys to include .run directory and split by job魏曹先生2026-07-201-4/+4
|
* ci: upload docs test result artifact on failure魏曹先生2026-07-201-0/+7
|
* feat: add CI check workflow and update contributing guide魏曹先生2026-07-101-0/+47