diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index e709fa9..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Test - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout Codebase - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - uses: sonarsource/sonarqube-scan-action@v3 - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}