Skip to content

Commit 2f5fc4d

Browse files
committed
Add formatting check to GH Actions workflow
1 parent 524e1c9 commit 2f5fc4d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ jobs:
3838
- uses: Swatinem/rust-cache@v2
3939

4040
- run: cargo clippy --all-targets --all-features
41+
42+
lint-fmt:
43+
runs-on: ubuntu-latest
44+
steps:
45+
- uses: actions@checkout@v6
46+
47+
- run: cargo fmt --check

0 commit comments

Comments
 (0)