stripe / pg-schema-diff

Go library for diffing Postgres schemas and generating SQL migrations
MIT License
316 stars 23 forks source link

go mod tidy in CI #37

Closed bplunkett-stripe closed 1 year ago

bplunkett-stripe commented 1 year ago

Description

Error if go mod tidy hasn't been run

Motivation

Previously, builds would pass even if go mod tidy produces changes

Testing

Tested in this PR