Fix swagger property casing

This commit is contained in:
Linus Fischer
2025-12-02 11:03:28 +00:00
parent ba65daf6cb
commit 32b601bde6
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- name: Install and initialize swagger
run: |
go install github.com/swaggo/swag/cmd/swag@latest
swag init -q --markdownFiles docs
swag init -q --propertyStrategy pascalcase --markdownFiles docs
shell: sh
- name: golangci-lint