cdevents / spec

A common specification for Continuous Delivery events
Apache License 2.0
125 stars 22 forks source link

Linters are only ran on main #224

Closed xibz closed 1 month ago

xibz commented 1 month ago

With all the efforts being put into linters and cherry picking them to other branches, I noticed that none of them were being ran.

https://github.com/cdevents/spec/pull/223

While it isn't too big of a deal not having any linting on the cherry pick branches, but since it's easy enough to turn on and will ensure consistency between the pick branches vs main, I would opt to turn them on.

xibz commented 1 month ago

https://github.com/cdevents/spec/pull/221 fixes this

afrittoli commented 1 month ago

On the spec-v0.4 branch this is fixed by #220