Skip to content

Remove unnecessary mr-2 on some field editors #43

Remove unnecessary mr-2 on some field editors

Remove unnecessary mr-2 on some field editors #43

Workflow file for this run

name: SonarQube
on:
push:
branches:
- '202[3-9].[39].x'
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}