Skip to content

ci: move linting into a separate stage

Georgy Moshkin requested to merge gmoshkin/ci-stage-lint into master

Summary

  • ci: move linting into a separate stage

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files

Merge request reports