fix tpyo #8

Merged
rrise merged 4 commits from lint into master 2025-06-10 15:56:06 +00:00
Showing only changes of commit 5d78f4d9c2 - Show all commits

View File

@@ -56,13 +56,10 @@ jobs:
with:
go-version: '1.24.3'
cache: true
- name: 📦 📥 Install GolangCI-Lint
run: |
go install github.com/golangci/golangci-lint@latest
- name: ✅ 🧪 Run GolangCI-Lint
run: |
cd backend
golangci-lint run --timeout 5m --config .golangci.yml
uses: golangci/golangci-lint-action@v8.0.0
with:
working-directory: backend
test-go:
env: