all the CI that runs in a GitHub workflow, should be moved into cargo ci.
(note that this is just about the CI that tests correctness of a particular branch/PR, not literally every workflow/job that exists, since some of them are unrelated to testing).
all the CI that runs in a GitHub workflow, should be moved into
cargo ci.(note that this is just about the CI that tests correctness of a particular branch/PR, not literally every workflow/job that exists, since some of them are unrelated to testing).
cargo ci lintrunpnpm lintand remove the typescript lint workflowtypescript-test.ymlworkflow to ci.yml with cmdcargo ci test-typescriptcsharp-testsuitejob tocargo ci test-csharpdotnet testfromcargo ci testand verify thatcargo ci test-csharpdoes thisdocs-test.ymlworkflow tocargo ci test-docsupgrade-version-check.ymlworkflow tocargo ci test-version