fix cue fmt
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
5d63b22ad1
commit
af32e60b37
2
.dagger/env/dev/plan/main.cue
vendored
2
.dagger/env/dev/plan/main.cue
vendored
@ -10,7 +10,6 @@ import (
|
||||
// Dagger source code
|
||||
source: dagger.#Artifact @dagger(input)
|
||||
|
||||
|
||||
test: {
|
||||
// Go unit tests
|
||||
unit: {
|
||||
@ -52,7 +51,6 @@ build: {
|
||||
}).read.data
|
||||
}
|
||||
|
||||
|
||||
// Execute `dagger help`
|
||||
usage: os.#Container & {
|
||||
command: "dagger help"
|
||||
|
4
Makefile
4
Makefile
@ -19,9 +19,7 @@ golint:
|
||||
|
||||
.PHONY: cuefmt
|
||||
cuefmt:
|
||||
@(cue fmt -s ./stdlib/...)
|
||||
@(cue fmt -s ./examples/*/)
|
||||
@(cue fmt -s ./tests/...)
|
||||
@(find . -name '*.cue' -exec cue fmt -s {} \;)
|
||||
|
||||
.PHONY: cuelint
|
||||
cuelint: cuefmt
|
||||
|
@ -164,9 +164,7 @@ import (
|
||||
|
||||
history: description: "List past changes to an environment"
|
||||
|
||||
delete: {
|
||||
description: "Delete an environment after taking it offline (WARNING: may destroy infrastructure)"
|
||||
}
|
||||
delete: description: "Delete an environment after taking it offline (WARNING: may destroy infrastructure)"
|
||||
|
||||
plan: {
|
||||
description: "Manage an environment plan"
|
||||
|
Reference in New Issue
Block a user