File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
cue.mod/pkg/github.com/SchemaStore/schemastore/src/schemas/json Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ command: vendorgithubschema: {
29
29
}
30
30
convert : exec .Run & {
31
31
stdin : get .response .body
32
- cmd : " go run cuelang.org/go/cmd/cue import -f -p json -l #Workflow: jsonschema: - --outfile pkg/github.com/SchemaStore/schemastore/schemas/json/github-workflow.cue "
32
+ cmd : " go run cuelang.org/go/cmd/cue import -f -p json -l #Workflow: jsonschema: - --outfile pkg/github.com/SchemaStore/schemastore/src/ schemas/json/github-workflow.cue "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 1
1
package ci
2
2
3
3
import (
4
- " github.com/SchemaStore/schemastore/schemas/json "
4
+ " github.com/SchemaStore/schemastore/src/ schemas/json "
5
5
encjson " encoding/json "
6
6
)
7
7
You can’t perform that action at this time.
0 commit comments