Added three new components

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-12-09 12:17:11 +01:00
parent 496bafa0e4
commit 32ea3b958f
22 changed files with 318 additions and 39 deletions

View File

@ -27,14 +27,3 @@ jobs:
- name: Build components
run: npm run build
- uses: sonarsource/sonarcloud-github-action@master
with:
args: >
-Dsonar.organization=dzeio
-Dsonar.projectKey=dzeiocom_components
-Dsonar.sources=.
-Dsonar.sourceEncoding=UTF-8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}