Skip to content

Commit 0685732

Browse files
committed
delete ql/ specific format step now that we have an all-languages format check
1 parent 1d62751 commit 0685732

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ql-for-ql-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ jobs:
4444
"${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
4545
env:
4646
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 }}
5247

5348
other-os:
5449
strategy:

0 commit comments

Comments
 (0)