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:
23
23
working-directory : javascript/ql/experimental/adaptivethreatmodeling
24
24
25
25
jobs :
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
-
39
26
qlcompile :
40
27
name : Check QL compilation
41
28
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -28,13 +28,6 @@ defaults:
28
28
working-directory : ruby
29
29
30
30
jobs :
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
38
31
qlcompile :
39
32
runs-on : ubuntu-latest
40
33
steps :
Original file line number Diff line number Diff line change @@ -111,13 +111,4 @@ jobs:
111
111
- uses : actions/upload-artifact@v3
112
112
with :
113
113
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