ci: fmt -> rustfmt

This commit is contained in:
amrbashir 2022-11-06 14:13:18 +02:00
parent 18f5b91106
commit c7755a01b9
No known key found for this signature in database
GPG key ID: BBD7A47A2003FF33

View file

@ -43,7 +43,7 @@ jobs:
profile: minimal profile: minimal
toolchain: stable toolchain: stable
override: true override: true
components: fmt components: rustfmt
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with: