We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b678de commit 053f761Copy full SHA for 053f761
.github/workflows/generate-go-docs.yaml
@@ -60,7 +60,8 @@ jobs:
60
PATH=$PATH:$(go env GOPATH)/bin
61
export PATH
62
# 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 .
+ # 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
65
66
- name: Make sure code still compiles
67
run: |
0 commit comments