CI: make 'codeql query format' less verbose

This commit is contained in:
Arthur Baars
2023-02-17 14:53:40 +01:00
parent d55e9d5dac
commit c167919ff6

View File

@@ -24,7 +24,7 @@ jobs:
with:
key: all-queries
- name: check formatting
run: find */ql -type f \( -name "*.qll" -o -name "*.ql" \) -print0 | xargs -0 codeql query format --check-only
run: find */ql -type f \( -name "*.qll" -o -name "*.ql" \) -print0 | xargs -0 codeql query format -q --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' }}