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 e98e4d3099 - Show all commits

View File

@@ -50,8 +50,8 @@ docker run --rm \
echo '📥 Installing golangci-lint...'
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /root/go/bin || exit 1
echo '📋 Running make fmt-check...'
make fmt-check || exit 1
echo '📋 Running go fmt...'
go fmt ./... || exit 1
echo '🔍 Running make lint...'
make lint || exit 1