Skip to content

feat: Implement simple storage attachments upload - MEED-8222,MEED-8238,MEED-8224,MEED-8223 - Meeds-io/MIPs#176 #355

feat: Implement simple storage attachments upload - MEED-8222,MEED-8238,MEED-8224,MEED-8223 - Meeds-io/MIPs#176

feat: Implement simple storage attachments upload - MEED-8222,MEED-8238,MEED-8224,MEED-8223 - Meeds-io/MIPs#176 #355

Workflow file for this run

name: Sonar Analysis
on:
push:
branches: [ develop, develop-exo, develop-meed ]
pull_request:
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 }}