Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix checkstyle issue and test CI workflow with GitHub Actions
Ensure that no line exceeds 120 characters per line to adhere to commit message style guidelines and improve readability. CI workflow failed due to a line exceeding 120 characters. By resolving this issue, we ensure that the codebase complies with the defined coding standards and that the CI workflow successfully executes without errors. Additionally, this commit demonstrates the effectiveness of the CI setup by triggering a build and ensuring that the codebase is continuously integrated and tested throughout the development process.
- Loading branch information