Github actions lets you run commands in your code to build it. You could theoretically build all three remotely as a check before we merge anything (add it to the PR settings). You could also make it a workflow to run locally as a sanity check before you push to your branch
Github actions lets you run commands in your code to build it. You could theoretically build all three remotely as a check before we merge anything (add it to the PR settings). You could also make it a workflow to run locally as a sanity check before you push to your branch