Skip to content

Commit

Permalink
Re-added the Makefile, which will be moved/updated in dedicated PR by @…
Browse files Browse the repository at this point in the history
…ricardozanini

Signed-off-by: Charles d'Avernas <[email protected]>
  • Loading branch information
cdavernas committed Aug 30, 2024
1 parent d1b0258 commit 0e7b3a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# will add the license headers to all of our files
# requires go installed in your system: https://golang.org/doc/install
addheaders:
@which addlicense > /dev/null || go get -u github.com/google/addlicense
@addlicense -c "The Serverless Workflow Specification Authors" -l apache .

0 comments on commit 0e7b3a5

Please sign in to comment.