gamedig / rust-gamedig

Game Server Query Library.
https://crates.io/crates/gamedig
MIT License
38 stars 11 forks source link

Enforce formatting in CI #46

Closed Douile closed 1 year ago

Douile commented 1 year ago

By checking formatting in CI we can make sure that code is always automatically formatted, this means people can run cargo +nightly fmt locally to ensure new code they write is formatted properly without accidentally formatting other code they haven't changed.

CosminPerRam commented 1 year ago

LGTM! Thanks.