-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
GOPRIVATE: github.com/smartcontractkit/generate-go-function-docs | ||
run: | | ||
git config --global url."https://x-access-token:${{ steps.setup-github-token-read.outputs.access-token }}@github.com/".insteadOf "https://github.com/" | ||
go install github.com/smartcontractkit/generate-go-function-docs@latest | ||
go install github.com/smartcontractkit/generate-go-function-docs@v0.0.1 | ||
go install github.com/jmank88/[email protected] | ||
go install golang.org/x/tools/gopls@latest | ||
|
@@ -55,7 +55,7 @@ jobs: | |
- 'k8s-test-runner/**/*.go' | ||
framework: | ||
- 'framework/**/*.go' | ||
# later add tools here or make this filter dynamic (if possible) | ||
# later add tools here or, if possible, make this filter dynamic so that it's created based on the go modules in the repository | ||
- name: Find all go modules in the repository and filter the ones that changed | ||
shell: bash | ||
|