-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixes Update SDK GitHub action (#1596)
* include all changed files * install gomajor from make tools * allow to use SDK Preview * use Token so CI checks are run * fix sdk preview script * Update verify-changed-files to a commit version Co-authored-by: Wojciech Trocki <[email protected]> * Update text in scripts/update-sdk-preview.sh Co-authored-by: Wojciech Trocki <[email protected]> * change doc * remove preview * more descriptive action name --------- Co-authored-by: Wojciech Trocki <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
14 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
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 |
---|---|---|
|
@@ -77,6 +77,7 @@ lint: | |
.PHONY: tools | ||
tools: ## Install dev tools | ||
@echo "==> Installing dependencies..." | ||
go install github.com/icholy/gomajor@latest | ||
go install github.com/client9/misspell/cmd/misspell@latest | ||
go install github.com/terraform-linters/[email protected] | ||
go install github.com/rhysd/actionlint/cmd/actionlint@latest | ||
|
@@ -138,3 +139,4 @@ link-git-hooks: ## Install git hooks | |
.PHONY: update-atlas-sdk | ||
update-atlas-sdk: ## Update the atlas-sdk dependency | ||
./scripts/update-sdk.sh | ||
|