jorisroovers / gitlint

Linting for your git commit messages
http://jorisroovers.github.io/gitlint
MIT License
791 stars 99 forks source link

Adopt GHA environments #466

Closed jorisroovers closed 1 year ago

jorisroovers commented 1 year ago

This will allow clean separation between pypi and test-pypi and reuse workflow code for publishing (instead of using if statements).

More context: https://github.com/jorisroovers/gitlint/pull/418#discussion_r1132239712

jorisroovers commented 1 year ago

Implemented in #487