expressvpn / wolfssl-sys

A low level Rust binding for WolfSSL
GNU General Public License v2.0
9 stars 5 forks source link

CI: Run `cargo fmt` in CI, fail if things differ #46

Closed expressvpn-ian-c closed 1 year ago

expressvpn-ian-c commented 1 year ago

Description

Run cargo fmt in GHA (via Earthly) and fail if there is a misformatting.

Motivation and Context

Code should always be correctly formatted with cargo fmt

How Has This Been Tested?

I know that there is a misformatting in my initial push, so we'll see...

See this CI failure.

Types of changes

Checklist: