Compare commits

7 Commits

Author SHA1 Message Date
b94d92034d Merge pull request 'chore: removed demo aciont' (#3) from feat(sonar-integration) into main
Reviewed-on: #3
2026-03-08 13:04:33 +01:00
fc17fe781f Delete .sonarlint/Experements.json
All checks were successful
Coding Quality / Build and analyze (pull_request) Successful in 1m0s
2026-03-08 13:00:58 +01:00
8cc5b66281 chore: ignoring sonarlint files
All checks were successful
Coding Quality / Build and analyze (pull_request) Successful in 1m0s
2026-03-08 13:01:24 +01:00
aef1db2e9a chore: added sonar metadata
Some checks failed
Coding Quality / Build and analyze (pull_request) Failing after 57s
2026-03-08 12:40:51 +01:00
789c4cf2c9 chore: changed runner on pull request
Some checks failed
Coding Quality / Build and analyze (pull_request) Failing after 57s
2026-03-08 12:35:28 +01:00
755d228902 Merge branch 'main' into feat(sonar-integration) 2026-03-08 12:33:15 +01:00
66ddd5723c chore: removed demo aciont 2026-03-08 12:32:57 +01:00
3 changed files with 6 additions and 21 deletions

View File

@@ -1,19 +0,0 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."

View File

@@ -1,7 +1,7 @@
name: Coding Quality name: Coding Quality
on: on:
push: pull_request:
branches: branches:
- main - main
@@ -19,6 +19,9 @@ jobs:
env: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
args: >
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }}
# If you wish to fail your job when the Quality Gate is red, uncomment the # If you wish to fail your job when the Quality Gate is red, uncomment the
# following lines. This would typically be used to fail a deployment. # following lines. This would typically be used to fail a deployment.
# - uses: SonarSource/sonarqube-quality-gate-action@v1 # - uses: SonarSource/sonarqube-quality-gate-action@v1

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@
.idea/ .idea/
.godot/ .godot/
/android/ /android/
/dist/ /dist/
.sonarlint