Skip to content

Commit 1f8930c

Browse files
committed
Add cargo fmt to github-actions config
1 parent bf49ee6 commit 1f8930c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12+
- name: Run Rustfmt
13+
run: cargo fmt -- --check
1214
- name: Build
1315
run: cargo build --verbose
1416
- name: Run tests

0 commit comments

Comments
 (0)