Typo
Some checks failed
CI.yml / build (push) Has been cancelled

This commit is contained in:
d3m0k1d
2026-01-11 20:09:34 +03:00
parent 497c04a557
commit 4585548d15

View File

@@ -22,9 +22,6 @@ jobs:
run: go mod tidy
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=5m
- name: Run tests
run: go test ./...
- name: Build