We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03786b commit ea36db1Copy full SHA for ea36db1
specs/Earthfile
@@ -64,7 +64,7 @@ regenerate-local:
64
# Check the the generated signed docs documentation matches the generated signed docs data
65
check:
66
FROM +src
67
- RUN cue fmt --check -s --files ./definitions
+ RUN cue fmt --check --diff -s --files ./definitions
68
# RUN cd definitions; \
69
# cue vet ./cddl
70
RUN cd definitions; \
0 commit comments