Commit Graph

6 Commits

Author SHA1 Message Date
Bogdan Drutu fdb736a7a3 Move markdownlint and markdown-link-check to github actions (#1238)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-11-19 09:25:48 -08: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
Andrew Hsu d5ad07f19e update circleci to use go 1.14 (#553)
Signed-off-by: Andrew Hsu <xuzuan@gmail.com>
2020-04-08 09:48:49 -07: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
Yang Song 50cbf3eb55 Add markdownlint to Circle CI config (#268)
* Add markdownlint to Circle CI config

* Use markdownlint instead of markdownlint-cli

* Disable line length check (MD013)

* Add .mdlrc, .mdlstyle.rb

* Disable ordered list item (MD029)

* Use .mdlrc in circle ci scripts

* Fix errors and update exclusion rules
2019-10-17 13:03:11 -07: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