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 14
14
- " !**/*.qhelp"
15
15
branches :
16
16
- main
17
- defaults :
18
- run :
19
- working-directory : swift
20
17
21
18
jobs :
22
19
changes :
@@ -119,4 +116,4 @@ jobs:
119
116
- uses : actions/checkout@v3
120
117
- uses : ./.github/actions/fetch-codeql
121
118
- 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 23
23
--check-redefined-labels \
24
24
--check-use-before-definition \
25
25
${{ inputs.flags }} \
26
- ql/test
26
+ swift/ ql/test
27
27
env :
28
28
GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments