Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 17:24
· 4 commits to main since this release
6f73fbe

1.3.0 (2024-03-21)

Feature

  • add hadolint hook (to lint Dockerfiles) (c7badf6)
  • add jsonlint hook (this hook validates json files) (8949c1a)
  • add license-checker hook (to check license headers across the files) (50f61af)
  • add commitlint hook (checks git commits based by CC) (110b2b0)
  • add yamllint hook (1b85d54)
  • add markdownlint hook (0215b3a)

Documentation

  • update main documentation (to add new hooks/features) (fd3f8c4)
  • update PR template (90fe0e4)
  • update issue templates (753885b)
  • update main README.md file to add new hook feature (f2657c1)

Styles

  • adjust yaml & markdown files due to the linting (24a7017)

Chores

  • delete deprecated files, we will use separate repo (0c1c52d)