Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Dec 1, 2023
1 parent 8e22c9f commit 82227a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Validation
uses: gradle/wrapper-validation-action@v1

- name: JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
distribution: "temurin"
java-version: "17"

- name: cache
uses: actions/cache@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Validation
uses: gradle/wrapper-validation-action@v1

- name: JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
distribution: "temurin"
java-version: "17"

- name: cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 82227a6

Please sign in to comment.