Skip to content

Commit b9b49ee

Browse files
committed
spacing issue
1 parent ec52346 commit b9b49ee

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/validate-codeql-queries-cpp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ jobs:
8585
shell: bash
8686
run: >
8787
qlt validation run check-queries --pretty-print --language cpp --base example/ >> $GITHUB_STEP_SUMMARY
88+
8889
qlt validation run check-queries --language cpp --base example/

src/CodeQLToolkit.Features/Templates/Validation/Actions/validate-query-metadata.liquid

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,13 @@ jobs:
109109
shell: bash
110110
run: >
111111
qlt validation run check-queries --pretty-print --language {{ language }} --base example/ >> $GITHUB_STEP_SUMMARY
112+
112113
qlt validation run check-queries --language {{ language }} --base example/
113114
{% else %}
114115
- name: Run validation tests
115116
shell: bash
116117
run: >
117118
qlt validation run check-queries --pretty-print --language {{ language }} >> $GITHUB_STEP_SUMMARY
119+
118120
qlt validation run check-queries --language {{ language }}
119121
{% endif %}

0 commit comments

Comments
 (0)