move check-go-mod to separate CI step

This commit is contained in:
renfred
2026-01-16 11:37:56 -08:00
committed by stainless-app[bot]
parent f1a485be57
commit 86035dfdc8

View File

@@ -28,7 +28,10 @@ jobs:
go-version-file: ./go.mod
- name: Run lints
run: ./scripts/lint && ./scripts/check-go-mod
run: ./scripts/lint
- name: Check go.mod is tidy
run: ./scripts/check-go-mod
test:
timeout-minutes: 10
name: test