We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b0258 commit 0e7b3a5Copy full SHA for 0e7b3a5
Makefile
@@ -0,0 +1,5 @@
1
+# will add the license headers to all of our files
2
+# requires go installed in your system: https://golang.org/doc/install
3
+addheaders:
4
+ @which addlicense > /dev/null || go get -u github.com/google/addlicense
5
+ @addlicense -c "The Serverless Workflow Specification Authors" -l apache .
0 commit comments