cargo-sort 2.1.4

Check if tables and items in a .toml file are lexically sorted
1
2
3
4
5
6
7
8
- id: cargo-sort
  name: Check Cargo.toml is sorted
  description: 'Ensure Cargo.toml is sorted'
  entry: cargo-sort
  language: rust
  types: [file, toml]
  files: Cargo\.toml
  pass_filenames: false