In some cases, we can quickly trigger some builds by issuing PRs and commits without waiting to be merged into the main branch. The advantage of this is that build errors can be excluded during the PR stage. A feasible solution is to set up a GitHub workflow and associate it with the build server to wait for the build server to return the status, so as to feedback to the developer.
I have no experience with building on Arch, so forgive my ignorance here. I have some experience setting up Github workflows, so if there is some guidance I might know how to do it.
In some cases, we can quickly trigger some builds by issuing PRs and commits without waiting to be merged into the main branch. The advantage of this is that build errors can be excluded during the PR stage. A feasible solution is to set up a GitHub workflow and associate it with the build server to wait for the build server to return the status, so as to feedback to the developer.
I have no experience with building on Arch, so forgive my ignorance here. I have some experience setting up Github workflows, so if there is some guidance I might know how to do it.