1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00

Update sonarqube.yml

This commit is contained in:
Anton Titovets
2024-02-22 16:36:15 +03:00
committed by GitHub
parent e60a1d5c20
commit cfbc76a617

View File

@@ -35,17 +35,11 @@ on:
permissions:
pull-requests: read # allows SonarQube to decorate PRs with analysis results
jobs:
sonar-scanner:
if: github.repository == 'bayselonarrend/OpenIntegrations'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 0
- name: Setup sonarqube
uses: warchant/setup-sonar-scanner@v3
- name: Run SonarQube on push