Przeglądaj źródła

Merge pull request #511 from smoltcp-rs/fmt-typo

Fix typo in rustfmt ci
Dario Nieuwenhuis 3 lat temu
rodzic
commit
ef6c26891c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/rustfmt.yaml

+ 1 - 1
.github/workflows/rustfmt.yaml

@@ -12,7 +12,7 @@ jobs:
       - uses: actions-rs/toolchain@v1
         with:
           toolchain: stable
-          protile: minimal
+          profile: minimal
           components: rustfmt
       - name: Check fmt
         run: cargo fmt -- --check