broaden the file pattern used in the format check to ensure js-ml is included

This commit is contained in:
erik-krogh
2022-11-10 17:57:45 +01:00
parent fbb2dcf7a8
commit 866e92558c

View File

@@ -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' }}