lumeohq / xsd-parser-rs

A xsd/wsdl => rust code generator written in rust
Apache License 2.0
96 stars 34 forks source link

Create rust.yml #106

Closed DmitrySamoylov closed 4 years ago

DmitrySamoylov commented 4 years ago

To make sure that all the code merged into master is valid we add github actions with checks that

Also fixed existing warnings from fmt and clippy

zeenix commented 4 years ago
  • all tests pass

  • formatting is valid

  • no common mistakes caught by clippy

pro-tip: If you can list multiple changes, then your commit is likely not atomic enough. Kudos on writing a very good commit log, though. :+1: