Skip to content

Commit c28c5f6

Browse files
author
Qinghao Shi
committed
add quotes
1 parent 5293edf commit c28c5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snippets_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: add mbed_app.json
2626
run: |
27-
echo { "target_overrides": { "K64F": { "target.features_add": ["BLE"] } } } > mbed_app.json
27+
echo '{ "target_overrides": { "K64F": { "target.features_add": ["BLE"] } } }' > mbed_app.json
2828
2929
- name: validate code snippets
3030
run: ./check_tools/find_bad_code_snippets.sh

0 commit comments

Comments
 (0)