Skip to content

Commit 57f07d1

Browse files
committed
create command missing cmd newline
1 parent 6c1ca60 commit 57f07d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-per-language.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
mkdir -p test/temp
3838
./draft --dry-run --dry-run-file test/temp/dry-run.json \
39-
create
39+
create \
4040
-d ./langtest/ \
4141
-l ${{inputs.language}} \
4242
--skip-file-detection \

0 commit comments

Comments
 (0)