fix: bumped revive, required version of tablewriter that was incompatible with checkmake
CI / Check PR Title (pull_request) Successful in 44s
CI / Makefile Lint (pull_request) Successful in 1m15s
CI / Markdown Lint (pull_request) Successful in 47s
CI / Unit Tests (pull_request) Successful in 1m15s
CI / Go Lint (pull_request) Successful in 3m39s
CI / Fuzz Tests (pull_request) Successful in 2m13s
CI / Mutation Tests (pull_request) Successful in 1m23s

This commit is contained in:
2026-07-03 19:49:28 -04:00
parent 4d808a2ac5
commit 84f8c31d92
3 changed files with 381 additions and 371 deletions
+2 -9
View File
@@ -32,9 +32,8 @@ jobs:
- 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
- name: Run linter
run: make lint-go
lint-makefile:
name: Makefile Lint
@@ -46,9 +45,6 @@ jobs:
with:
go-version-file: go.mod
- name: Install gremlins
run: go install github.com/checkmake/checkmake/cmd/checkmake@latest
- name: Run mutation tests
run: make lint-makefile
@@ -96,8 +92,5 @@ jobs:
with:
go-version-file: go.mod
- name: Install gremlins
run: go install github.com/go-gremlins/gremlins/cmd/gremlins@latest
- name: Run mutation tests
run: make test-mutation