You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance GitHub Actions workflows and testing framework
- Added new jobs for Selene, StyLua, and Clippy in the GitHub Actions workflow to improve code quality checks during the build process.
- Updated the macOS and Windows build jobs to depend on the new quality check jobs, ensuring that code is validated before building.
- Refactored the RunTests.luau file to improve readability and maintainability, including consistent formatting and enhanced error handling.
- Updated the Linux installation logic to utilize the zenity-dialog library for better user interaction during installation.
These changes improve the CI/CD pipeline's robustness and enhance the testing framework, contributing to a more efficient development process.
0 commit comments