Browse Source

Fix typo in rustfmt ci

Dario Nieuwenhuis 4 năm trước cách đây
mục cha
commit
7ad5fe78cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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