File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
swift/actions/run-ql-tests Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1414 - " !**/*.qhelp"
1515 branches :
1616 - main
17- defaults :
18- run :
19- working-directory : swift
2017
2118jobs :
2219 changes :
@@ -119,4 +116,4 @@ jobs:
119116 - uses : actions/checkout@v3
120117 - uses : ./.github/actions/fetch-codeql
121118 - name : Check QL formatting
122- run : find ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql query format --check-only
119+ run : find swift/ ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql query format --check-only
Original file line number Diff line number Diff line change 2323 --check-redefined-labels \
2424 --check-use-before-definition \
2525 ${{ inputs.flags }} \
26- ql/test
26+ swift/ ql/test
2727 env :
2828 GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments