You've already forked reloading-manager
fix tpyo #8
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user