Skip to content

fix: sort children naturally with accent support if not manually sorted - MEED-10342 - Meeds-io/meeds#4154 #1042

fix: sort children naturally with accent support if not manually sorted - MEED-10342 - Meeds-io/meeds#4154

fix: sort children naturally with accent support if not manually sorted - MEED-10342 - Meeds-io/meeds#4154 #1042

Workflow file for this run

name: Sonar Analysis
on:
push:
branches: [ develop, develop-exo, develop-meed ]
pull_request:
concurrency:
group: sonar-${{ github.ref }}
cancel-in-progress: true
jobs:
sonar-analysis:
name: Analyse Project with SonarCloud
runs-on: ubuntu-latest
steps:
- name: Analyse Project
uses: exo-actions/sonarcloud-action@v1
with:
jdk_major_version: 21
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}