Skip to content

Commit

Permalink
Fix prettier issues in SonarCloud workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet committed Oct 7, 2024
1 parent 8030d1f commit efbea00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-java@v4.4.0
with:
java-version-file: .java-version
distribution: 'temurin'
distribution: "temurin"

- name: Cache SonarCloud packages
uses: actions/cache@v4.0.2
Expand All @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-java@v4.4.0
with:
java-version-file: .java-version
distribution: 'temurin'
distribution: "temurin"

- name: Analyze
env:
Expand Down

0 comments on commit efbea00

Please sign in to comment.