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 5f2e1104f2 - Show all commits

View File

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