Skip to content

Commit

Permalink
✏️ ajout analyse sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleberre authored Jan 19, 2025
1 parent 765e2d3 commit 35a87ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand All @@ -16,3 +18,7 @@ jobs:
run: ./build.sh
- name: run the tests
run: ./runtests.sh org.lensunit.AllTests
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 35a87ab

Please sign in to comment.