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 a64e4a1 commit 9c737a6Copy full SHA for 9c737a6
.github/workflows/ci.yml
@@ -123,6 +123,8 @@ jobs:
123
sudo apt-get install -y --no-install-recommends libssh2-1-dev
124
go install golang.org/x/tools/cmd/stringer@latest
125
- name: Generate files
126
- run: make generate
+ run: |
127
+ export PATH=$(go env GOPATH)/bin:$PATH
128
+ make generate
129
- name: Check nothing changed
130
run: git diff --quiet --exit-code || (echo "detected changes after generate" ; git status ; exit 1)
0 commit comments