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
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
target: thumbv7em-none-eabi
|
target: thumbv7em-none-eabi
|
||||||
|
components: rustfmt
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
|
|||||||
Reference in New Issue
Block a user