Skip to content

Commit 166cbba

Browse files
gdesmotthrxi
authored andcommitted
ci: run cargo fmt
1 parent adf0ae1 commit 166cbba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
profile: minimal
2828
toolchain: ${{ matrix.rust }}
2929
override: true
30+
- if: ${{ matrix.rust == 'stable' }}
31+
run: cargo fmt -- --color=always --check
3032
- run: cargo build
3133
- run: cargo test
3234
- run: cargo bench

0 commit comments

Comments
 (0)