Skip to content

Commit 37f6fec

Browse files
committed
don't check the formatting on the test files
1 parent 3a373c5 commit 37f6fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
CODEQL: ${{ steps.find-codeql.outputs.codeql-path }}
4545
- name: Check QL formatting
4646
run: |
47-
find ql/ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 "${CODEQL}" query format --check-only
47+
find ql/ql/src "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 "${CODEQL}" query format --check-only
4848
env:
4949
CODEQL: ${{ steps.find-codeql.outputs.codeql-path }}
5050
- name: Check QL compilation

0 commit comments

Comments
 (0)