Fixed malformed `rustfmt` component name in GH Workflows

pull/53/head
Meliurwen 2 years ago
parent 58adca2503
commit d5058e9ed2
  1. 2
      .github/workflows/build.yml

@ -21,7 +21,7 @@ jobs:
with: with:
profile: minimal profile: minimal
toolchain: stable toolchain: stable
components: clippy, fmt components: clippy, rustfmt
- name: Linting (clippy) - name: Linting (clippy)
uses: actions-rs/clippy-check@v1 uses: actions-rs/clippy-check@v1
with: with:

Loading…
Cancel
Save