We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c83e2 commit 209389cCopy full SHA for 209389c
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
15
- name: Set up JDK
16
uses: actions/setup-java@v3
.github/workflows/validate.yml
- name: Run ktlint check
run: ./gradlew ktlintCheck
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
- name: Run tests
27
run: ./gradlew test
0 commit comments