-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restructure patches and update to the latest API definition (#9)
- Loading branch information
1 parent
c5be12e
commit 279c8b4
Showing
14 changed files
with
1,302 additions
and
2,399 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Makefile | ||
|
||
# Format the Go SDK code | ||
format: | ||
gofmt -w . | ||
goimports -w . | ||
|
||
# Apply git patches in order | ||
# Any new patches are to be added at the end of this block | ||
apply-patch: | ||
git apply gitPatches/basePatch-workflowGroups.patch | ||
|
||
# Build target to format and apply patches in sequence | ||
build: format apply-patch |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.