working on sonarqube
All checks were successful
Tests / Run Go Tests (push) Successful in 1m23s

This commit is contained in:
2025-10-07 15:08:40 +02:00
parent 750fb1ff58
commit a1aae9dc56
2 changed files with 5 additions and 3 deletions

View File

@@ -23,7 +23,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Setup go
uses: actions/setup-go@v5
with: