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 1d62751 commit 0685732Copy full SHA for 0685732
.github/workflows/ql-for-ql-tests.yml
@@ -44,11 +44,6 @@ jobs:
44
"${CODEQL}" test run --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --search-path "${{ github.workspace }}/ql/extractor-pack" --consistency-queries ql/ql/consistency-queries ql/ql/test
45
env:
46
CODEQL: ${{ steps.find-codeql.outputs.codeql-path }}
47
- - name: Check QL formatting
48
- run: |
49
- find ql/ql/src "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 "${CODEQL}" query format --check-only
50
- env:
51
- CODEQL: ${{ steps.find-codeql.outputs.codeql-path }}
52
53
other-os:
54
strategy:
0 commit comments