Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5c68ba809 | |||
| 5a4a72e1f4 |
@@ -0,0 +1,19 @@
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
sonarqube:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # Recommended for better reporting relevancy
|
||||
- name: SonarQube Scan
|
||||
uses: kitabisa/sonarqube-action@v1.2.0
|
||||
with:
|
||||
host: ${{ secrets.SONARQUBE_HOST }}
|
||||
login: ${{ secrets.SONARQUBE_TOKEN }}
|
||||
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"vitest.root": "backend",
|
||||
"vitest.enable": true,
|
||||
"vitest.commandLine": "npm test --",
|
||||
"chat.tools.terminal.autoApprove": {
|
||||
"test": true
|
||||
},
|
||||
"gitea.instanceURL": "https://git.cuttlecloud.com",
|
||||
"gitea.owner": "Patrick",
|
||||
"gitea.repo": "medassist-ng",
|
||||
"gitea.token": "cb06442b1b93224196cbe10782770685fe091b65"
|
||||
}
|
||||
Reference in New Issue
Block a user