You've already forked reloading-manager
This should work until december 2013.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user