fix: In space settings, if the wallet application is not active for the current space, the extension about wallet configuration is emty, but display a margin - EXO-69808 - meeds-io/meeds#1710 #1060
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sonar Analysis | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
jobs: | |
build: | |
name: Analyse Module with SonarCloud | |
uses: exoplatform/swf-scripts/.github/workflows/sonarcloud.yml@master | |
with: | |
jdk_major_version: 17 | |
secrets: | |
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} |