We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cd509 commit 19dd85eCopy full SHA for 19dd85e
1 file changed
.github/workflows/gradle.yml
@@ -15,12 +15,14 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v2
19
- - name: Set up JDK 11
20
- uses: actions/setup-java@v1
21
- with:
22
- java-version: 11
23
- - name: Grant execute permission for gradlew
24
- run: chmod +x gradlew
25
- - name: Build with Gradle
26
- run: ./gradlew build
+ - uses: actions/checkout@v2
+ - name: Set up JDK 11
+ uses: actions/setup-java@v1
+ with:
+ java-version: 11
+ - name: Grant execute permission for gradlew
+ run: chmod +x gradlew
+ - name: Build with Gradle
+ run: ./gradlew build
27
+ - name: Qodana - Code Inspection
28
+ uses: JetBrains/qodana-action@v2.2.1-eap
0 commit comments