mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Switch from local SonarQube to Github actions
This commit is contained in:
parent
914a02b0be
commit
3909a3b6f4
2 changed files with 1 additions and 7 deletions
1
sonar-project.properties
Normal file
1
sonar-project.properties
Normal file
|
@ -0,0 +1 @@
|
|||
sonar.projectKey=go-mail
|
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
source ./.sonar
|
||||
${SONAR_BIN} \
|
||||
-Dsonar.projectKey=go-mail \
|
||||
-Dsonar.sources=. \
|
||||
-Dsonar.host.url=https://sonar.fritz.box \
|
||||
-Dsonar.login="$SONAR_TOKEN"
|
Loading…
Reference in a new issue