Skip to content

Commit 6ef2c93

Browse files
authored
qodana
1 parent 1799b76 commit 6ef2c93

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/qodana.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,15 @@ on:
77
pull_request:
88
branches: [ master ]
99
paths-ignore: [ '**.md', '**.MD' ]
10+
workflow_dispatch:
1011

1112
jobs:
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/qodana-action@v4.0.0
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/qodana-action@v3.2.1
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

0 commit comments

Comments
 (0)