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 20f2143 commit d0b3ee4Copy full SHA for d0b3ee4
.github/workflows/generate-go-docs.yaml
@@ -69,8 +69,6 @@ jobs:
69
echo "Processing folder: $folder"
70
generate-go-function-docs diff -b ${{ github.event.pull_request.base.sha }} -c ${{ github.event.pull_request.head.sha }} -g chatgpt -f "$folder"
71
cd "$folder"
72
- echo "Checking if code still compiles"
73
- go build ./...
74
cd -
75
done
76
0 commit comments