Currently, there is no build workflow present in the repository.
I propose adding a build workflow that runs whenever a user raises a PR. This workflow will:
Verify the Build: Ensure the project builds correctly. If the build succeeds, the workflow will pass, making it easier for maintainers to review the PR.
Catch Build Failures: If the build fails, the workflow will alert the maintainer, indicating there is an issue with the code.
This addition will streamline the process for maintainers and improve the quality of contributions.
Request to Add a Build Workflow
Currently, there is no build workflow present in the repository.
I propose adding a build workflow that runs whenever a user raises a PR. This workflow will:
This addition will streamline the process for maintainers and improve the quality of contributions.