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.
2 parents e3ebf1c + 03a479f commit 6dfa57aCopy full SHA for 6dfa57a
.github/workflows/compile-queries.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
channel: 'release'
48
- name: check formatting
49
- run: codeql query format */ql/**/*.{qll,ql} --check-only
+ run: find */ql -type f \( -name "*.qll" -o -name "*.ql" \) -print0 | xargs -0 codeql query format --check-only
50
- name: compile queries - check-only
51
# run with --check-only if running in a PR (github.sha != main)
52
if : ${{ github.event_name == 'pull_request' }}
0 commit comments