As a companion project to sprig-commit which I published earlier, tonight I created sprig-lint. Similar to #commitlint, it validates the #conventionalCommits format and general styling, but it is implemented as a single #bash 3.2 script with zero dependencies.

GitHub - nsrosenqvist/sprig-lint: Validate Conventional Commits at commit time, in CI, or on PR titles. One bash script, zero dependencies — local hook + GitHub Action with severity levels, range mode, and squash-merge–friendly title linting.
Validate Conventional Commits at commit time, in CI, or on PR titles. One bash script, zero dependencies — local hook + GitHub Action with severity levels, range mode, and squash-merge–friendly tit...