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 3a373c5 commit 37f6fecCopy full SHA for 37f6fec
.github/workflows/ql-for-ql-tests.yml
@@ -44,7 +44,7 @@ jobs:
44
CODEQL: ${{ steps.find-codeql.outputs.codeql-path }}
45
- name: Check QL formatting
46
run: |
47
- find ql/ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 "${CODEQL}" query format --check-only
+ find ql/ql/src "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 "${CODEQL}" query format --check-only
48
env:
49
50
- name: Check QL compilation
0 commit comments