fix: manually fix coderd/database/dump.sql and make style/gen check run more reliably (#1607)

This commit is contained in:
David Wahler
2022-05-19 22:37:22 +00:00
committed by GitHub
parent 6dae48a1a8
commit 0c4a65b113
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ jobs:
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
- run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.26
- run: go install golang.org/x/tools/cmd/goimports@latest
- run: "make --output-sync -j gen"
- run: "make --output-sync -j -B gen"
- run: ./scripts/check_unstaged.sh
style-fmt: