Currently, the versions linter is non-configurable. This causes the following effect:
linters:
default: all
disable:
- versions # π this has to be disabled...
upgrade:
actions: {}
format: tag # π ...because this is enabled
In consequence, github-ci lint allows mixed style.
Currently, the
versionslinter is non-configurable. This causes the following effect:In consequence,
github-ci lintallows mixed style.