Skip to content

Commit 3570cc5

Browse files
committed
run generation for seth
1 parent 8b678de commit 3570cc5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,13 @@ jobs:
6060
PATH=$PATH:$(go env GOPATH)/bin
6161
export PATH
6262
# TODO check why this flag is needed, if it has a default!
63-
generate-go-function-docs diff -b ${{ github.event.pull_request.base.sha }} -c ${{ github.event.pull_request.head.sha }} -g fake_slash -f .
63+
# TODO we need a way to determine which modules have changes and run this command for all of them
64+
generate-go-function-docs diff -b ${{ github.event.pull_request.base.sha }} -c ${{ github.event.pull_request.head.sha }} -g fake_slash -f ./seth --goModLocation ./seth/go.mod
6465
6566
- name: Make sure code still compiles
6667
run: |
68+
# TODO we need a way to determine which modules have changes and run this command for all of them
69+
cd seth
6770
go mod tidy
6871
go build ./...
6972

0 commit comments

Comments
 (0)