Skip to content

Commit

Permalink
Format both query files and library files
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Oct 10, 2023
1 parent dcd6ec1 commit 419143b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-query-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
LANGUAGE: ${{ matrix.language }}
run: |
find $LANGUAGE -name \*.ql -or -name \*.qll -print0 | xargs -0 --max-procs "$XARGS_MAX_PROCS" codeql query format --in-place
find $LANGUAGE -name \( \*.ql -or -name \*.qll \) -print0 | xargs -0 --max-procs "$XARGS_MAX_PROCS" codeql query format --in-place
git diff
git diff --compact-summary
Expand Down

0 comments on commit 419143b

Please sign in to comment.