Skip to content

Commit c60a1c7

Browse files
committed
Add cargo-fmt --check on CI
1 parent af12b23 commit c60a1c7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/rust.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,12 @@ jobs:
5555
with:
5656
command: test
5757
args: --features=openblas --no-default-features
58+
59+
check-format:
60+
runs-on: ubuntu-18.04
61+
steps:
62+
- uses: actions/checkout@v1
63+
- uses: actions-rs/cargo@v1
64+
with:
65+
command: fmt
66+
args: --check

0 commit comments

Comments
 (0)