Skip to content

Commit 0dbb459

Browse files
author
Piotr Laskowski
committed
Disable Qodana in build workflow
1 parent 5d14433 commit 0dbb459

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
path: ${{ github.workspace }}/build/reports/pluginVerifier
114114

115115
# Run Qodana inspections
116-
- name: Qodana - Code Inspection
117-
uses: JetBrains/qodana-action@v2022.3.4
116+
# - name: Qodana - Code Inspection
117+
# uses: JetBrains/qodana-action@v2022.3.4
118118

119119
# Prepare plugin archive content for creating artifact
120120
- name: Prepare Plugin Artifact

0 commit comments

Comments
 (0)