Does anyone read this? I'll be at the coffee shop accross the street.
Some checks failed
🧪 ✨ Unit Tests Workflow / 🧪 📜 JavaScript Tests (push) Successful in 2m5s
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 4m7s
🧪 ✨ Unit Tests Workflow / 🧪 🐹 GolangCI-Lint (push) Failing after 5m0s

This commit is contained in:
2025-06-10 08:39:52 -04:00
parent 45b33d1ad8
commit 74b183be72

View File

@@ -58,7 +58,7 @@ jobs:
cache: true cache: true
- name: 📦 📥 Install GolangCI-Lint - name: 📦 📥 Install GolangCI-Lint
run: | run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest go install github.com/golangci/golangci-lint@latest
- name: ✅ 🧪 Run GolangCI-Lint - name: ✅ 🧪 Run GolangCI-Lint
run: | run: |
cd backend cd backend