File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88 branches : [ master ]
99 paths-ignore : [ '**.md', '**.MD' ]
10+ workflow_dispatch :
1011
1112jobs :
1213 build :
1314 runs-on : ubuntu-latest
1415 steps :
1516 - uses : actions/checkout@v2
1617
17- - name : Cache Qodana dependencies
18- uses : actions/cache@v2
18+ -
uses :
JetBrains/[email protected] 1919 with :
20- path : ~/work/_temp/_github_home/qodana-cache
21- key : ${{ runner.os }}-qodana-${{ github.ref }}
22- restore-keys : |
23- ${{ runner.os }}-qodana-${{ github.ref }}
24- ${{ runner.os }}-qodana-
25- -
uses :
JetBrains/[email protected] 26- with :
27- linter : qodana-jvm-community
20+ linter : jetbrains/qodana-jvm-android:latest
2821 fail-threshold : 10
29-
30- - uses : actions/upload-artifact@v2
31- with :
32- path : ${{ github.workspace }}/qodana
You can’t perform that action at this time.
0 commit comments