Skip to content

Commit 2b1aa79

Browse files
committed
fix(github): remove codana
it's not worth it man
1 parent 55bcc0f commit 2b1aa79

2 files changed

Lines changed: 1 addition & 45 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -126,44 +126,6 @@ jobs:
126126
files: ${{ github.workspace }}/build/reports/kover/report.xml
127127
token: ${{ secrets.CODECOV_TOKEN }}
128128

129-
# Run Qodana inspections and provide a report
130-
inspectCode:
131-
name: Inspect code
132-
needs: [ build ]
133-
runs-on: ubuntu-latest
134-
permissions:
135-
contents: write
136-
checks: write
137-
pull-requests: write
138-
steps:
139-
140-
# Free GitHub Actions Environment Disk Space
141-
- name: Maximize Build Space
142-
uses: jlumbroso/free-disk-space@v1.3.1
143-
with:
144-
tool-cache: false
145-
large-packages: false
146-
147-
# Check out the current repository
148-
- name: Fetch Sources
149-
uses: actions/checkout@v5
150-
with:
151-
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
152-
fetch-depth: 0 # a full history is required for pull request analysis
153-
154-
# Set up the Java environment for the next steps
155-
- name: Setup Java
156-
uses: actions/setup-java@v5
157-
with:
158-
distribution: zulu
159-
java-version: 21
160-
161-
# Run Qodana inspections
162-
- name: Qodana - Code Inspection
163-
uses: JetBrains/qodana-action@v2025.1.1
164-
with:
165-
cache-default-branch-only: true
166-
167129
# Run plugin structure verification along with IntelliJ Plugin Verifier
168130
verify:
169131
name: Verify plugin
@@ -212,7 +174,7 @@ jobs:
212174
releaseDraft:
213175
name: Release draft
214176
if: github.event_name != 'pull_request'
215-
needs: [ build, test, inspectCode, verify ]
177+
needs: [ build, test, verify ]
216178
runs-on: ubuntu-latest
217179
permissions:
218180
contents: write

qodana.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)