Commit Graph

109 Commits

Author SHA1 Message Date
Bogdan Drutu 11997ecad6 Fix lint check in makefile, fix errors (#837)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-08-19 14:43:05 -07:00
Armin Ruech 34b9300fbb Exclude github.com from markdown-link-check (#675) 2020-07-01 03:24:22 +02:00
Joshua MacDonald 7c078b1ad7 Makefile fixes (#615)
* Makefile fixes

* Use a for-loop

* Fix markdownlint too
2020-05-20 09:31:16 -07:00
Armin Ruech 960eb9992b [build] Improve markdown-link-check output (#602)
* Improve markdown-link-check output

* Introduce errors to check if the build works

* Revert "Introduce errors to check if the build works"

This reverts commit b31f46f8f8ea22f0fdddfabf5233b32d34114520.

* Merge markdown-link-check and enforce-markdown-link-check

* Make Makefile more readable
2020-05-13 15:19:10 -07:00
Armin Ruech 4d1da099a0 Fix markdown-link-check and dead links (#555) 2020-04-09 16:36:01 +02:00
Bogdan Drutu 264bdecf0f Enable markdown-link-check (#541)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-04-02 08:04:14 -07:00
ferhat elmas 027491716e Fix indentation in makefile (#361) 2019-11-20 13:54:26 -08:00
Yang Song 4d99871983 Add Circle CI config and remove Travis CI config (#233)
Also update Makefile to build tools locally.
Similar to https://github.com/open-telemetry/rfcs/pull/14.
2019-08-23 12:15:06 -07:00
Yang Song 0bbd733491 Add Makefile and Travis CI build (#200)
* Add Makefile and Travis CI build

* Simplify the script

* Add to contributing guideline

* Include Go modules and tools.go

* Remove new line at eof
2019-08-06 17:41:58 +02:00