mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
Add a GitHub Actions workflow that runs scripts/compare_build_systems.py on PRs touching build system files (configure.py, **/CMakeLists.txt, cmake/**). This prevents future deviations between the two build systems by catching mismatches early in the CI pipeline. Closes scylladb/scylladb#29426