diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index a689527..7cc1579 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -15,14 +15,6 @@ jobs: name: SonarQube runs-on: ubuntu-latest steps: - - name: Misc actions - run: | - echo "This is a placeholder for miscellaneous actions." - uname -a - id - whoami - lsb_release -a - - uses: actions/checkout@v4 with: fetch-depth: 0