Skip to content

Commit 84a3795

Browse files
committed
WIP
1 parent 21d1aa5 commit 84a3795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions-rust-lang/setup-rust-toolchain@v1
2525
with:
2626
toolchain: '1.86.0' # Pinned to project's MSRV
27-
components: clippy
27+
components: clippy, fmt
2828

2929
- name: Cache Rust dependencies
3030
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)