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 1dd3be2 commit 8b678deCopy full SHA for 8b678de
.github/workflows/generate-go-docs.yaml
@@ -58,8 +58,9 @@ jobs:
58
run: |
59
# Add go binary to PATH
60
PATH=$PATH:$(go env GOPATH)/bin
61
- export PATH
62
- generate-go-function-docs diff -b ${{ github.event.pull_request.base.sha }} -c ${{ github.event.pull_request.head.sha }} -g fake_slash
+ export PATH
+ # 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 .
64
65
- name: Make sure code still compiles
66
0 commit comments