Skip to content

Commit 7ad5fe7

Browse files
committed
Fix typo in rustfmt ci
1 parent d36202b commit 7ad5fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustfmt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions-rs/toolchain@v1
1313
with:
1414
toolchain: stable
15-
protile: minimal
15+
profile: minimal
1616
components: rustfmt
1717
- name: Check fmt
1818
run: cargo fmt -- --check

0 commit comments

Comments
 (0)