Skip to content

Merge branch 'develop' of https://github.com/buckaroo-it/Magento2 int… #37

Merge branch 'develop' of https://github.com/buckaroo-it/Magento2 int…

Merge branch 'develop' of https://github.com/buckaroo-it/Magento2 int… #37

on:
push:
branches:
- feature/payment_provider_gateway
pull_request:
types: [opened, synchronize, reopened]
name: SonarQube PR Analysis
jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}