Merge pull request #59 from blocklayerhq/cue-lint-all

lint all cue files
This commit is contained in:
Andrea Luzzardi
2021-01-20 21:46:31 -08:00
committed by GitHub
46 changed files with 574 additions and 660 deletions

View File

@@ -19,7 +19,7 @@ test:
.PHONY: cuefmt
cuefmt:
@(cd ./dagger && cue fmt -s ./... && cue trim -s ./...)
@(cue fmt -s ./... && cue trim -s ./...)
.PHONY: lint
lint: generate cuefmt