Together-Java/ModernJava

Find and add some useful workflows to the pipeline

Zabuzard opened this issue · 6 comments

There are for sure some useful GH-actions workflows out there, which we could add to our pipeline (besides deploying the website).

Some things that come to my mind would be:

  • spelling/grammar checking
  • markdown validation/linter (sonar? codeql? codefactor? ...)
  • markdown formatting (spotless? ...)
  • dead link checker
  • (if possibly, some sort of code checking on snippets)
  • maybe more?

Added a linter. Unfortunately, it doesnt have a super nice UI. But it works.

linter

added a dead-link checker

Added a language checker based on LanguageTool

language

ill see if i can find more useful stuff

This issue is stale because it has been open 30 days with no activity. Remove stale label, comment or add the valid label or this will be closed in 5 days.