Skip to content

Commit 6d52159

Browse files
committed
delete qodana inspection
1 parent faba29d commit 6d52159

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -133,44 +133,6 @@ jobs:
133133
with:
134134
files: ${{ github.workspace }}/build/reports/kover/report.xml
135135

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-
uses: JetBrains/[email protected]
171-
with:
172-
cache-default-branch-only: true
173-
174136
# Run plugin structure verification along with IntelliJ Plugin Verifier
175137
verify:
176138
name: Verify plugin

0 commit comments

Comments
 (0)