This is a checklist of tasks that should be implemented in v3. Work for this shall live in the v3 branch until ready for deployment.
Backward compatibility
We can retain v2 in a non-default branch (named v2). This would allow current workflows to keep working with
- uses: cpp-linter/cpp-linter-action@v2
Dependabot updates will not update non-default branches, but that's ok. The cpp-linter-rs project will begin uploading releases to pypi, so the cpp-linter version on v2 branch should be pinned to the last pure-python release.
This is a checklist of tasks that should be implemented in v3. Work for this shall live in the v3 branch until ready for deployment.
Backward compatibility
We can retain v2 in a non-default branch (named
v2). This would allow current workflows to keep working withDependabot updates will not update non-default branches, but that's ok. The cpp-linter-rs project will begin uploading releases to pypi, so the cpp-linter version on v2 branch should be pinned to the last pure-python release.