cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

Run spec checks in their own GitHub Actions job #2127

Closed michael-k closed 1 year ago

michael-k commented 1 year ago

… and polish the maintenance workflow a bit.

Imho this is better for reviewers (and PR authors):

image

Before:

image

markpeek commented 1 year ago

This looks good to get better test results from PRs. I had been thinking to have the maintenance action to commit the spec version used. Then the test action could used the last committed spec version to run tests instead of using the "latest" spec version that usually cause errors.