Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

v0.0.3

Compare
Choose a tag to compare
@xydesa xydesa released this 06 Apr 22:54
7b6784f

Added

  • Installing .markdownlintrc file with this package.
  • Formatted all code using black. Added Github Action to ensure future commits are consistent with black formatting.
  • Using markdownlint statick plugin to check documentation files.

Changed

  • Switched from travis ci to github actions.

Fixed

  • Limit discovery plugins to only markdown files in md config levels. (@tdenewiler)