Skip to content

Commit ec7a1df

Browse files
committed
ci: added linting to ci
1 parent f29e18c commit ec7a1df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: cargo test --verbose --release
1919
- name: Formatting
2020
run: cargo fmt --check
21+
- name: Linting
22+
run: cargo clippy --verbose --check
2123

2224
example_read_write:
2325
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)