-
Notifications
You must be signed in to change notification settings - Fork 300
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
3 changed files
with
1 addition
and
19 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 |
---|---|---|
|
@@ -26,18 +26,6 @@ jobs: | |
run: | | ||
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest | ||
/home/runner/go/bin/gocyclo -over 19 main.go pkg # forbid code with huge/complex functions | ||
- name: Inject version | ||
uses: jacobtomlinson/gha-find-replace@v2 | ||
with: | ||
find: 'v0.0.0' | ||
replace: ${{ github.ref_name }} | ||
include: "pkg/dashboard/static/datadog.js" | ||
- name: Calm down GoReleaser | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "GH Internal" | ||
git add pkg/dashboard/static/datadog.js | ||
git commit -m "temporary" | ||
- name: Dry Run GoReleaser | ||
uses: goreleaser/goreleaser-action@v2 | ||
with: | ||
|
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