This should work until december 2013.
All checks were successful
🧪 ✨ Unit Tests Workflow / 🧪 📜 JavaScript Tests (push) Successful in 7m1s
🧪 ✨ Unit Tests Workflow / 🧪 🐹 GolangCI-Lint (push) Successful in 8m36s
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 10m27s

This commit is contained in:
2025-06-10 09:22:39 -04:00
parent 74b183be72
commit 5d78f4d9c2

View File

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