feat: add rustfmt

This commit is contained in:
Kingtous 2022-11-04 20:51:13 +08:00
parent bab85aba50
commit c853b781ea

View File

@ -44,6 +44,7 @@ jobs:
toolchain: "1.62"
target: ${{ matrix.job.target }}
override: true
components: rustfmt
profile: minimal # minimal component installation (ie, no documentation)
- uses: Swatinem/rust-cache@v2