test: lint cue test files

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-03-12 18:12:58 -08:00
parent 657ba7ce34
commit b04c046234
4 changed files with 25 additions and 26 deletions

View File

@@ -17,6 +17,7 @@ test:
cuefmt:
@(cue fmt -s ./stdlib/...)
@(cue fmt -s ./examples/*)
@(cue fmt -s ./tests/...)
.PHONY: lint
lint: cuefmt check-buildkit-version