Quellcode durchsuchen

Fix typo in rustfmt ci

Dario Nieuwenhuis vor 3 Jahren
Ursprung
Commit
7ad5fe78cc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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