Skip to content

Commit 6bb0cf8

Browse files
committed
fix(docs): Remove CDDL from checks until we actually have it
1 parent 37554ef commit 6bb0cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ regenerate-local:
6565
check:
6666
FROM +src
6767
RUN cue fmt --check -s --files ./definitions
68-
RUN cd definitions; \
69-
cue vet ./cddl
68+
# RUN cd definitions; \
69+
# cue vet ./cddl
7070
RUN cd definitions; \
7171
cue vet ./signed_docs/docs:signed_docs ../signed_doc.json
7272

0 commit comments

Comments
 (0)