We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c167919 commit 87cb3fdCopy full SHA for 87cb3fd
.github/workflows/compile-queries.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
key: all-queries
26
- name: check formatting
27
- run: find */ql -type f \( -name "*.qll" -o -name "*.ql" \) -print0 | xargs -0 codeql query format -q --check-only
+ run: find */ql -type f \( -name "*.qll" -o -name "*.ql" \) -print0 | xargs -0 -n 3000 -P 10 codeql query format -q --check-only
28
- name: compile queries - check-only
29
# run with --check-only if running in a PR (github.sha != main)
30
if : ${{ github.event_name == 'pull_request' }}
0 commit comments