File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments