File tree Expand file tree Collapse file tree 3 files changed +1
-30
lines changed Expand file tree Collapse file tree 3 files changed +1
-30
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,6 @@ defaults:
2323 working-directory : javascript/ql/experimental/adaptivethreatmodeling
2424
2525jobs :
26- qlformat :
27- name : Check QL formatting
28- runs-on : ubuntu-latest
29- steps :
30- - uses : actions/checkout@v3
31-
32- - uses : ./.github/actions/fetch-codeql
33-
34- - name : Check QL formatting
35- run : |
36- find . "(" -name "*.ql" -or -name "*.qll" ")" -print0 | \
37- xargs -0 codeql query format --check-only
38-
3926 qlcompile :
4027 name : Check QL compilation
4128 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -28,13 +28,6 @@ defaults:
2828 working-directory : ruby
2929
3030jobs :
31- qlformat :
32- runs-on : ubuntu-latest
33- steps :
34- - uses : actions/checkout@v3
35- - uses : ./.github/actions/fetch-codeql
36- - name : Check QL formatting
37- run : find ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql query format --check-only
3831 qlcompile :
3932 runs-on : ubuntu-latest
4033 steps :
Original file line number Diff line number Diff line change @@ -111,13 +111,4 @@ jobs:
111111 - uses : actions/upload-artifact@v3
112112 with :
113113 name : swift-generated-cpp-files
114- path : swift/generated-cpp-files/**
115- qlformat :
116- runs-on : ubuntu-latest
117- needs : changes
118- if : ${{ needs.changes.outputs.ql == 'true' }}
119- steps :
120- - uses : actions/checkout@v3
121- - uses : ./.github/actions/fetch-codeql
122- - name : Check QL formatting
123- run : find swift/ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql query format --check-only
114+ path : swift/generated-cpp-files/**
You can’t perform that action at this time.
0 commit comments