ci: clean up workflow #3

Merged
mvhutz merged 10 commits from cli/clean-up into main 2026-03-18 00:47:02 +00:00
Showing only changes of commit b23f7226e3 - Show all commits

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