We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1799b76 commit b4a863dCopy full SHA for b4a863d
.github/workflows/qodana.yml
@@ -7,26 +7,15 @@ on:
7
pull_request:
8
branches: [ master ]
9
paths-ignore: [ '**.md', '**.MD' ]
10
+ workflow_dispatch:
11
12
jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
17
- - name: Cache Qodana dependencies
18
- uses: actions/cache@v2
+ - uses: JetBrains/[email protected]
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/[email protected]
26
- with:
27
- linter: qodana-jvm-community
+ linter: jetbrains/qodana-jvm-android:latest
28
fail-threshold: 10
29
-
30
- - uses: actions/upload-artifact@v2
31
32
- path: ${{ github.workspace }}/qodana
0 commit comments