Unhide Makefile CI step
Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
This commit is contained in:
parent
5d6b462440
commit
791d1e0254
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ ci-unit-test:
|
|||||||
ci-static-analysis:
|
ci-static-analysis:
|
||||||
grep -R 'const allowTestDataCapture = false' runtime/ui/viewmodel
|
grep -R 'const allowTestDataCapture = false' runtime/ui/viewmodel
|
||||||
go vet ./...
|
go vet ./...
|
||||||
@! gofmt -s -l . 2>&1 | grep -vE '^\.git/' | grep -vE '^\.cache/'
|
gofmt -s -l . 2>&1 | grep -vE '^\.git/' | grep -vE '^\.cache/'
|
||||||
golangci-lint run
|
golangci-lint run
|
||||||
|
|
||||||
ci-install-go-tools:
|
ci-install-go-tools:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user