Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI for specification repository #15

Open
dzahariev opened this issue Mar 12, 2018 · 1 comment
Open

CI for specification repository #15

dzahariev opened this issue Mar 12, 2018 · 1 comment
Assignees

Comments

@dzahariev
Copy link
Member

CI for Documentation repository that executes the following tasks on each PR and merge:

  • Execute static checks for:
    ** Empty files
    ** Misspelled words
    ** Common formatting issues in MD files
  • Generate sequence diagrams (issue 10) and push them in the repository.
@dzahariev dzahariev self-assigned this Mar 12, 2018
@dotchev
Copy link
Contributor

dotchev commented Mar 22, 2018

One option is to reuse the checks from OSB spec
These are a bunch of bash scripts. The downside is that they are not portable and are harder to extend and maintain.

Another option is to use some more general tool like remark (JS).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants