feature/epic2-core-services #6

Merged
master merged 60 commits from feature/epic2-core-services into main 2025-11-07 10:23:20 +01:00
Showing only changes of commit 355008a3a2 - Show all commits

View File

@@ -132,7 +132,9 @@ jobs:
fi
- name: Install golangci-lint
uses: golangci/golangci-lint-action@v6
run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
echo "$HOME/go/bin" >> $GITHUB_PATH
- name: Run linters
run: make lint