Initial API backbone

This commit is contained in:
droideparanoico
2022-10-08 12:27:21 +02:00
parent 6bd3921714
commit 63fb2fd1c6
31 changed files with 692 additions and 142 deletions

View File

@@ -25,7 +25,7 @@ jobs:
if [ ! -z "${{ secrets.SONAR_TOKEN }}" ] && [ ! -z "${{ secrets.SONAR_HOST_URL }}" ]; then
echo "::set-output name=ok::true"
fi
sonarqube:
needs:
- secrets-gate