Drop linting, not needed for now

This commit is contained in:
Warky 2024-12-07 12:15:57 +02:00
parent 8c14862ae7
commit f7c73494e0

View File

@ -30,8 +30,3 @@ jobs:
- name: Run tests - name: Run tests
run: go test -v ./... run: go test -v ./...
- name: Run linting
uses: golangci/golangci-lint-action@v4
with:
version: latest