File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 29
29
key : all-queries
30
30
- name : check formatting
31
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
32
- - name : Omit DatabaseQualityDiagnostics.ql from compile checking # Remove me once CodeQL 2.18.0 is released!
33
- run : mv java/ql/src/Telemetry/DatabaseQualityDiagnostics.ql{,.hidden}
34
32
- name : compile queries - check-only
35
33
# run with --check-only if running in a PR (github.sha != main)
36
34
if : ${{ github.event_name == 'pull_request' }}
41
39
if : ${{ github.event_name != 'pull_request' }}
42
40
shell : bash
43
41
run : codeql query compile -q -j0 */ql/{src,examples} --keep-going --warnings=error --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}" --compilation-cache-size=500
44
- - name : Restore DatabaseQualityDiagnostics.ql after compile checking # Remove me once CodeQL 2.18.0 is released
45
- run : mv java/ql/src/Telemetry/DatabaseQualityDiagnostics.ql{.hidden,}
46
-
You can’t perform that action at this time.
0 commit comments