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.
2 parents fb06e9f + dab8e23 commit c22cbf5Copy full SHA for c22cbf5
.github/workflows/compile-queries.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
key: all-queries
30
- 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
+ run: find shared */ql -type f \( -name "*.qll" -o -name "*.ql" \) -print0 | xargs -0 -n 3000 -P 10 codeql query format -q --check-only
32
- name: compile queries - check-only
33
# run with --check-only if running in a PR (github.sha != main)
34
if : ${{ github.event_name == 'pull_request' }}
0 commit comments