From ae3b30e7af9d1614a65d88c3a637bbf1858bf18d Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 8 Dec 2025 11:49:04 +0100 Subject: [PATCH] Removed misc step. --- .github/workflows/sonar.yml | 8 -------- 1 file changed, 8 deletions(-) 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