ansible-collections / community.hashi_vault

Ansible collection for managing and working with HashiCorp Vault.
https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/index.html
GNU General Public License v3.0
80 stars 59 forks source link

add a changelog lint job to CI #383

Closed briantist closed 1 year ago

briantist commented 1 year ago
SUMMARY

We should run antsibull-changelog lint to ensure that fragments are formatted correctly.

ISSUE TYPE
briantist commented 1 year ago

hm, I forgot that sanity tests check this, is there something the lint command might catch that sanity wouldn't? @felixfontein

felixfontein commented 1 year ago

@briantist ansible-test sanity simply runs antsibull-changelog lint.

briantist commented 1 year ago

perfect, sounds like I don't need a separate job for this after all