Add rustfmt component to cargo_fmt workflow.

This commit is contained in:
Guillaume Endignoux
2020-04-09 13:38:57 +02:00
parent e467ed1344
commit 291d3db553

View File

@@ -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