-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from ProjectMapK/develop
Release 2024-02-10 16:25:16 +0000
- Loading branch information
Showing
9 changed files
with
67 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,10 @@ on: | |
- "**.kt" | ||
- "**.java" | ||
- .github/workflows/lint-and-test-dev.yml | ||
|
||
permissions: | ||
contents: write # for Dependency submission | ||
|
||
jobs: | ||
lint-and-test-dev: | ||
name: lint-and-test-dev | ||
|
@@ -39,20 +43,18 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Validate Gradle wrapper | ||
uses: gradle/wrapper-validation-action@v1 | ||
uses: gradle/wrapper-validation-action@v2 | ||
- name: Set up java | ||
uses: actions/setup-java@v3 | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: '8' | ||
distribution: 'corretto' | ||
- name: Lint | ||
uses: gradle/gradle-build-action@v2 | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
with: | ||
arguments: lintKotlin | ||
dependency-graph: generate-and-submit | ||
dependency-graph-continue-on-failure: false | ||
- name: Lint | ||
run: ./gradlew lintKotlin | ||
- name: Test | ||
uses: gradle/gradle-build-action@v2 | ||
with: | ||
arguments: test | ||
# TODO: Prepare a separate WF to be executed only when there is a change in build.gradle. | ||
- name: Run snapshot action | ||
uses: mikepenz/[email protected] | ||
run: ./gradlew lintKotlin test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
name: release | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/main/kotlin/io/github/projectmapk/jackson/module/kogera/InternalCommons.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters