chore(ci): add new CI workflows for PR validation and testing #1621
+689
−10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add new set of GitHub workflow files for pull request validation with re-designed flow and added checks. For now it will run in parallel with existing flow for testing purposes.
Change introduce .convco for scope regex for conventional commits validation. It adds ci-check-common.yml for commit message validation. Add ci-check-pr.yml as a main workflow to validate PRs with conditional jobs for Rust and shell changes. Include ci-check-rust.yml for Rust checks and ci-check-shell.yml for shell script validation. Rename and update compatibility and coverage workflows. Add optional Rust test workflow for aarch64-apple-darwin. Update performance script with shellcheck directives. Ensure all workflows are documented and are licensed under Apache License 2.0.