Harden CI and switch release builds to tagged immutable images
This commit is contained in:
parent
bed2e6cfb6
commit
f24e96efa7
60 changed files with 4710 additions and 64 deletions
8
scripts/verify.sh
Normal file
8
scripts/verify.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
test -z "$(gofmt -l cmd internal)"
|
||||
go vet ./cmd/... ./internal/...
|
||||
go test -race ./cmd/... ./internal/...
|
||||
npm --prefix web run check
|
||||
npm --prefix web run build
|
||||
Loading…
Add table
Add a link
Reference in a new issue