Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinOomenTheDeveloper committed Jun 20, 2024
2 parents 1b29932 + 59e43dc commit d9efd74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/SonarCloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'

- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit d9efd74

Please sign in to comment.