Skip to content

Commit d03e2e0

Browse files
committed
feat: cargo fmt in ci
1 parent 5c9a764 commit d03e2e0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: dtolnay/rust-toolchain@stable
18+
with:
19+
components: rustfmt
1820
- uses: Swatinem/rust-cache@v2
21+
- run: cargo fmt --all -- --check
1922
- run: cargo test --locked --all-targets

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Added
44
- `--skip-coverage-path` regex option to exclude matching paths from uncovered line calculations and list skipped paths in the summary output
5+
- cargo fmt to GitHub workflow
56

67
Changed
78
- CLI output lines order

0 commit comments

Comments
 (0)