File tree Expand file tree Collapse file tree 3 files changed +17
-30
lines changed
Expand file tree Collapse file tree 3 files changed +17
-30
lines changed Original file line number Diff line number Diff line change 11name : IntelliJ Plugin Build
22on :
3+ pull_request :
34 push :
45 branches :
5- - ' ** '
6+ - main
67
78permissions :
89 contents : read
4950
5051 - name : Build plugin
5152 run : ./gradlew buildPlugin
53+
54+ - name : ' Qodana Scan'
55+ uses : JetBrains/qodana-action@v2024.3
56+ with :
57+ pr-mode : false
58+ env :
59+ QODANA_TOKEN : ${{ secrets.QODANA_TOKEN_1103458822 }}
60+ QODANA_ENDPOINT : ' https://qodana.cloud'
61+
62+ - name : Upload plugin artifact
63+ uses : actions/upload-artifact@v4
64+ with :
65+ name : context-mapper-intellij-plugin
66+ path : ./build/distributions/context-mapper-intellij-plugin.zip
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11version : " 1.0"
2- linter : jetbrains/qodana-jvm-community :2024.3
2+ linter : jetbrains/qodana-jvm:2024.3
33profile :
44 name : qodana.recommended
55include :
You can’t perform that action at this time.
0 commit comments