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 7
7
pull_request :
8
8
branches : [ master ]
9
9
paths-ignore : [ '**.md', '**.MD' ]
10
+ workflow_dispatch :
10
11
11
12
jobs :
12
13
build :
13
14
runs-on : ubuntu-latest
14
15
steps :
15
16
- uses : actions/checkout@v2
16
17
17
- - name : Cache Qodana dependencies
18
- uses : actions/cache@v2
18
+ - uses : JetBrains/qodana-action@v4.0.0
19
19
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/qodana-action@v3.2.1
26
- with :
27
- linter : qodana-jvm-community
20
+ linter : jetbrains/qodana-jvm-android:latest
28
21
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