Skip to content

Commit 3129de8

Browse files
authored
Merge pull request #216 from wolfadex/examples-into-cli
Move examples into the `cli` directory
2 parents 1e93d54 + 7a90416 commit 3129de8

27 files changed

Lines changed: 13 additions & 3 deletions

.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.

0 commit comments

Comments
 (0)