mirror of
https://github.com/github/codeql.git
synced 2026-07-20 18:58:36 +02:00
broaden the file pattern used in the format check to ensure js-ml is included
This commit is contained in:
2
.github/workflows/compile-queries.yml
vendored
2
.github/workflows/compile-queries.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
with:
|
||||
channel: 'release'
|
||||
- name: check formatting
|
||||
run: codeql query format */ql/{src,lib,test}/**/*.{qll,ql} --check-only
|
||||
run: codeql query format */ql/**/*.{qll,ql} --check-only
|
||||
- name: compile queries - check-only
|
||||
# run with --check-only if running in a PR (github.sha != main)
|
||||
if : ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
Reference in New Issue
Block a user