mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-08-23 22:26:29 +00:00
Set CUE version in Timoni module
Adapt module to cope with breaking changes in CUE v0.9 Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
- name: Verify CUE formatting
|
||||
working-directory: ./timoni/podinfo
|
||||
run: |
|
||||
cue fmt ./..
|
||||
cue fmt ./...
|
||||
status=$(git status . --porcelain)
|
||||
[[ -z "$status" ]] || {
|
||||
echo "CUE files are not correctly formatted"
|
||||
|
||||
Vendored
+1
@@ -1 +1,2 @@
|
||||
module: "timoni.sh/podinfo"
|
||||
language: version: "v0.9.0"
|
||||
|
||||
Reference in New Issue
Block a user