Skip to content

Commit d44a19b

Browse files
committed
Run cargo fmt in CI.
1 parent d6f90c9 commit d44a19b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,10 @@ jobs:
4848
- uses: actions/checkout@v3
4949
- name: Run c_api test
5050
run: cd c_api && ./run_test.sh
51+
52+
fmt:
53+
runs-on: ubuntu-22.04
54+
steps:
55+
- uses: actions/checkout@v3
56+
- name: Format
57+
run: cargo fmt --check

0 commit comments

Comments
 (0)