Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.2 KB

liquibasechangeloglint

liquibasechangeloglint is a cli tool to lint a liquibase changelog yaml file.

Github Actions Software Release Software License


This tool is in development and does not cover the whole liquibase changelog schema.

Installation

go get -u github.com/paulvollmer/liquibasechangeloglint

Usage

liquibasechangeloglint path/to/changelog.yaml

Development

git clone [email protected]:paulvollmer/liquibasechangeloglint.git
cd liquibasechangeloglint
go build
go test

License

MIT License