We require to run GitHub Actions builds on all PRs. Every change must pass the build
before changes can be merged to the main/master branch.
Our standard is to create build files for each of our plugins. The .github/workflows
directory
must contain build.yml
and coding_standard.yml
files.