Skip to content

fix(form): animate sorting of collapsible sections #2945

fix(form): animate sorting of collapsible sections

fix(form): animate sorting of collapsible sections #2945

Workflow file for this run

name: SonarCloud Scan
on:
push:
branches:
- next
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
if: github.actor != 'dependabot[bot]'
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v1.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}