소스 검색

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

Fix typo in rustfmt ci
Dario Nieuwenhuis 3 년 전
부모
커밋
ef6c26891c
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