chore: add validation script for GitHub Actions composite actions

- Introduced a new script, `validate-actions.sh`, to validate the structure of GitHub Actions composite actions, ensuring required fields are present and correctly configured.
- The script checks for the existence of action files, required fields, and proper references in the CI workflow, enhancing the reliability of CI processes.

Benefits:
- Improves the integrity of GitHub Actions by automating validation checks, reducing the likelihood of misconfigurations.
- Streamlines the CI workflow by ensuring that all actions are correctly defined and referenced before execution.
This commit is contained in:
scawful
2025-11-01 10:53:50 -04:00
parent 746ade46ee
commit 262647d9e2
3 changed files with 84 additions and 2 deletions

Submodule third_party/benchmark deleted from 7b9e482e3d

1
third_party/zlib vendored

Submodule third_party/zlib deleted from 5a82f71ed1