feat: add go mod tidy check job
Some checks failed
CI / Golang Lint (pull_request) Failing after 8s
CI / Unit Tests (pull_request) Successful in 30s
CI / Fuzz Tests (pull_request) Successful in 1m22s
CI / Mutation Tests (pull_request) Successful in 2m25s

This commit is contained in:
2026-03-17 20:36:08 -04:00
parent 334e594834
commit b23f7226e3

View File

@@ -16,6 +16,9 @@ jobs:
with:
go-version-file: go.mod
- name: Check go mod tidy
run: go mod tidy && git diff --exit-code go.mod go.sum
- uses: golangci/golangci-lint-action@v7
with:
version: latest