lint and check fmt on docker build

This commit is contained in:
2024-06-14 05:47:35 -07:00
parent 278cb73053
commit 28d0d041b0
2 changed files with 42 additions and 0 deletions

View File

@@ -12,3 +12,6 @@ fmt:
lint:
golangci-lint run
sh -c 'test -z "$$(gofmt -l .)"'
docker:
docker build --progress plain .