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 4b8536e34a - Show all commits

View File

@@ -133,8 +133,8 @@ jobs:
- name: Install golangci-lint - name: Install golangci-lint
run: | run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest
echo "$HOME/go/bin" >> $GITHUB_PATH echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Run linters - name: Run linters
run: make lint run: make lint