Skip to content

feat: Add a category to a news when posting it to the feed - MEED-10315 - Meeds-io/meeds#4132 #1019

feat: Add a category to a news when posting it to the feed - MEED-10315 - Meeds-io/meeds#4132

feat: Add a category to a news when posting it to the feed - MEED-10315 - Meeds-io/meeds#4132 #1019

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 }}