浏览代码

Fix typo in rustfmt ci

Dario Nieuwenhuis 3 年之前
父节点
当前提交
7ad5fe78cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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