Add rustfmt component to cargo_fmt workflow.
This commit is contained in:
1
.github/workflows/cargo_fmt.yml
vendored
1
.github/workflows/cargo_fmt.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
target: thumbv7em-none-eabi
|
||||
components: rustfmt
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
|
||||
Reference in New Issue
Block a user