Skip to content

Commit 595e218

Browse files
committed
Revert "fix"
This reverts commit 06f9907.
1 parent 06f9907 commit 595e218

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
if: github.event_name == 'pull_request'
4343
run: git fetch --deepen=1
4444

45+
- name: Download Grazie plugin for grammar checks
46+
# https://plugins.jetbrains.com/plugin/12175-grazie/versions
47+
run: |
48+
curl -L -o grazie.zip 'https://plugins.jetbrains.com/plugin/download?rel=true&updateId=257026'
49+
unzip grazie.zip
50+
4551
- name: Create empty folder to overwrite disabled plugin
4652
run: |
4753
mkdir empty
@@ -58,6 +64,7 @@ jobs:
5864
args: >
5965
--linter,jetbrains/qodana-jvm-community:2023.1,
6066
--property=idea.suppressed.plugins.id=com.intellij.gradle,
67+
-v,${{ github.workspace }}/grazie:/opt/idea/plugins/grazie,
6168
-v,${{ github.workspace }}/empty:/opt/idea/plugins/gradle-java,
6269
--baseline,doc/qodana-baseline.sarif.json
6370

qodana.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ version: 1.0
22
profile:
33
path: doc/asciidoc-inspection.xml
44
plugins:
5-
- id: tanvd.grazi
65
# Grazie plugin ('tanvd.grazi') is already installed, no need to download it again
76
- id: com.intellij.grazie.pro
87
# Order of plugin in the order which they depend on. AsciiDoc depends on Qodana pro, therefore add it after

0 commit comments

Comments
 (0)