danielblagy / budget-app

0 stars 0 forks source link

set up github pipeline #43

Closed danielblagy closed 1 year ago

danielblagy commented 1 year ago

Set up a "ci/cd" pipeline with following jobs:

  1. lint
  2. test
  3. build

Also look into ways to check if go-migrate migrations are valid sql.

No need to set up a deploy for now, as there are no integration tests.