Remove lint for now
Check Go code / Build and test (push) Successful in 31s

This commit is contained in:
2026-05-24 00:17:35 +03:00
parent 0126d0272a
commit 9c142cf6c2
+1 -6
View File
@@ -10,7 +10,7 @@ permissions:
jobs:
check:
name: Build, test and lint
name: Build and test
runs-on: ubuntu-latest
steps:
@@ -31,8 +31,3 @@ jobs:
- name: Run tests
run: go test ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: 'v2.4'