fixed format

This commit is contained in:
Tobias Lehmann 2024-09-10 17:16:51 +02:00
parent cca6fccb23
commit 69047fe71a

View File

@ -13,12 +13,12 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Download build artifacts (dist files) - name: Download build artifacts (dist files)
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: artifacts-build name: artifacts-build
path: | path: |
build/ build/
dist/ dist/
- name: SonarQube Scan - name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan uses: sonarsource/sonarqube-scan-action@master # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan