Skip to content

Commit b4a863d

Browse files
authored
1 parent 1799b76 commit b4a863d

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/qodana.yml

+3-14
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/[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

0 commit comments

Comments
 (0)