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