Skip to content

Commit c22cbf5

Browse files
authored
Merge pull request #15721 from aschackmull/workflows/format-check-shared
Workflows: Run format check on shared.
2 parents fb06e9f + dab8e23 commit c22cbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-queries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
key: all-queries
3030
- name: check formatting
31-
run: find */ql -type f \( -name "*.qll" -o -name "*.ql" \) -print0 | xargs -0 -n 3000 -P 10 codeql query format -q --check-only
31+
run: find shared */ql -type f \( -name "*.qll" -o -name "*.ql" \) -print0 | xargs -0 -n 3000 -P 10 codeql query format -q --check-only
3232
- name: compile queries - check-only
3333
# run with --check-only if running in a PR (github.sha != main)
3434
if : ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)