Skip to content

Additional swirl-modal options & aria-label in swirl-switch #2402

Additional swirl-modal options & aria-label in swirl-switch

Additional swirl-modal options & aria-label in swirl-switch #2402

Workflow file for this run

name: Sonarqube Check
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
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 }}