Skip to content

Commit

Permalink
feat(self-hosted): Add .github/workflows/sonar.yml to the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloGauss33 committed Oct 17, 2024
1 parent 6168a19 commit 8e36d95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Sonarqube IIC2154
name: Sonarqube Code Quality

on: [pull_request]

jobs:
build:
name: Build and analyze
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- uses: actions/checkout@v4
Expand All @@ -19,5 +19,3 @@ jobs:
timeout-minutes: 5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH: ${{ github.ref }}

0 comments on commit 8e36d95

Please sign in to comment.