mirror of
https://github.com/openai/openai-go.git
synced 2026-03-31 16:47:11 +09:00
move check-go-mod to separate CI step
This commit is contained in:
committed by
stainless-app[bot]
parent
f1a485be57
commit
86035dfdc8
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user