We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53b65b commit 480bad3Copy full SHA for 480bad3
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
java-package: jdk
21
architecture: x64
22
distribution: temurin
23
- cahce: maven
+ cache: maven
24
25
- name: Run tests
26
run: mvn clean verify -Pall-tests
.github/workflows/ktlint.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Run ktlint Check
run: mvn ktlint:check
0 commit comments