Skip to content

Commit

Permalink
restructure patches and update to the latest API definition (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
larisoncarvalho authored Nov 4, 2024
1 parent c5be12e commit 279c8b4
Show file tree
Hide file tree
Showing 14 changed files with 1,302 additions and 2,399 deletions.
14 changes: 14 additions & 0 deletions Makefile
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
10 changes: 0 additions & 10 deletions applyGitPatches.sh

This file was deleted.

Loading

0 comments on commit 279c8b4

Please sign in to comment.