Is it possible to run the script for a range of commits from command line? Something like: ```bash commit-msg-linter sha1 sha2 ``` So it can be ran from CI to make sure every commit message from sha1 and sha2 are valid.
Is it possible to run the script for a range of commits from command line?
Something like:
So it can be ran from CI to make sure every commit message from sha1 and sha2 are valid.