slfan1989 opened a new pull request, #17: URL: https://github.com/apache/paimon-cpp/pull/17
<!-- Please specify the module before the PR name: feat: ... or fix: ... --> ### Purpose Linked issue: close #16 Add a basic GitHub Actions CI workflow for pull request checks. This PR introduces: - A `pre-commit` job to run repository hygiene checks with `pre-commit run --all-files`. - A `cmake` job to verify that the project can be configured and built with CMake. - A minimal root `CMakeLists.txt` as the initial CMake entrypoint. This is intended as the first CI step for the repository. Full unit test execution can be added incrementally after the CMake build/test targets and dependency setup become more complete. ### Tests Verified locally ### API and Format No. ### Documentation No user-facing documentation is added. ### Generative AI tooling <!-- If generative AI tooling has been used in the process of authoring this patch, please include the phrase: 'Generated-by: ' followed by the name of the tool and its version. If no, write 'No'. Please refer to the [ASF Generative Tooling Guidance](https://www.apache.org/legal/generative-tooling.html) for details. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
