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 fbb2dcf commit 866e925Copy full SHA for 866e925
.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/{src,lib,test}/**/*.{qll,ql} --check-only
+ run: codeql query format */ql/**/*.{qll,ql} --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