File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -133,44 +133,6 @@ jobs:
133
133
with :
134
134
files : ${{ github.workspace }}/build/reports/kover/report.xml
135
135
136
- # Run Qodana inspections and provide report
137
- inspectCode :
138
- name : Inspect code
139
- needs : [ build ]
140
- runs-on : ubuntu-latest
141
- permissions :
142
- contents : write
143
- checks : write
144
- pull-requests : write
145
- steps :
146
-
147
- # Free GitHub Actions Environment Disk Space
148
- - name : Maximize Build Space
149
- uses : jlumbroso/free-disk-space@main
150
- with :
151
- tool-cache : false
152
- large-packages : false
153
-
154
- # Check out the current repository
155
- - name : Fetch Sources
156
- uses : actions/checkout@v4
157
- with :
158
- ref : ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
159
- fetch-depth : 0 # a full history is required for pull request analysis
160
-
161
- # Set up Java environment for the next steps
162
- - name : Setup Java
163
- uses : actions/setup-java@v4
164
- with :
165
- distribution : zulu
166
- java-version : 17
167
-
168
- # Run Qodana inspections
169
- - name : Qodana - Code Inspection
170
-
171
- with :
172
- cache-default-branch-only : true
173
-
174
136
# Run plugin structure verification along with IntelliJ Plugin Verifier
175
137
verify :
176
138
name : Verify plugin
You can’t perform that action at this time.
0 commit comments