team-genny / genny

0 stars 1 forks source link

Setup a CI job to lint, test and build on PRs and pushes to main #15

Closed fergcb closed 4 months ago

fergcb commented 4 months ago

There should be a GitHub Action that lints, tests and builds the project to ensure there are no defects.

The action should run on PRs so that we can verify PRs before merging them, and on pushes to main to verify that the main branch doesn't contain any defects.