Skip to content

Commit 1b54286

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ 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: |

0 commit comments

Comments
 (0)