Explorar o código

Fix typo in rustfmt ci

Dario Nieuwenhuis %!s(int64=4) %!d(string=hai) anos
pai
achega
7ad5fe78cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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