We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919b848 commit 9420290Copy full SHA for 9420290
1 file changed
.github/workflows/ci-packages.yml
@@ -108,3 +108,11 @@ jobs:
108
- name: Run storybook build for changed packages
109
run: |
110
yarn workspaces foreach -tv --exclude hobbies-helsinki --exclude events-helsinki --exclude sports-helsinki --since=origin/main run build-storybook
111
+
112
+ - name: SonarQube Cloud Scan
113
+ uses: SonarSource/sonarqube-scan-action@v6
114
+ with:
115
+ projectBaseDir: packages/components
116
+ env:
117
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments