Skip to content

Commit 7a90416

Browse files
adamdicarlo0miniBill
authored andcommitted
Move examples into the cli directory
1 parent 1e93d54 commit 7a90416

27 files changed

+13
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
echo '```diff' > diff.md
125125
diff --ignore-all-space --minimal --new-file --recursive \
126126
main/generated \
127-
branch/generated | dd bs=1024 count=30 >> diff.md || true # We ignore diff exiting with a 1
127+
branch/cli/generated | dd bs=1024 count=30 >> diff.md || true # We ignore diff exiting with a 1
128128
echo -e '\n```' >> diff.md
129129
130130
- name: Post a comment with the diff
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)