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 14291c8 commit e1935faCopy full SHA for e1935fa
.github/workflows/validate-query-formatting.yml
@@ -36,6 +36,7 @@ jobs:
36
env:
37
LANGUAGE: ${{ matrix.language }}
38
run: |
39
+ codeql version
40
find $LANGUAGE \( -name \*.ql -or -name \*.qll \) -print0 | xargs -0 --max-procs "$XARGS_MAX_PROCS" codeql query format --in-place
41
42
git diff
0 commit comments