JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
85 stars 3 forks source link

Add Rustfmt to CI pipeline #258

Open JSAbrahams opened 2 years ago

JSAbrahams commented 2 years ago

The build should fail if rustfmt complains. This should also prevent big diffs in the future. This should also prevent IDE specific peculiarities, such as InteliJ having an option where you can use either the internal linter or Rustfmt.