From 8c63abfa9dc313ecffdaba18c927fb0fd81888ca Mon Sep 17 00:00:00 2001 From: "trez.one" Date: Tue, 26 Nov 2024 17:36:00 -0500 Subject: [PATCH] Deleted current build.yaml --- .gitea/workflows/build.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml deleted file mode 100644 index bbd6e5b1..00000000 --- a/.gitea/workflows/build.yaml +++ /dev/null @@ -1,23 +0,0 @@ -on: - push: - branches: - - main - pull_request: - types: [opened, synchronize, reopened] - -name: SonarQube Scan -jobs: - sonarqube: - name: SonarQube Trigger - runs-on: ubuntu-latest - steps: - - name: Checking out - uses: actions/checkout@v4 - with: - # Disabling shallow clone is recommended for improving relevancy of reporting - fetch-depth: 0 - - name: SonarQube Scan - uses: kitabisa/sonarqube-action@v1.2.0 - with: - host: ${{ secrets.SONARQUBE_HOST }} - login: ${{ secrets.SONARQUBE_TOKEN }} \ No newline at end of file