Skip to content

Commit cf7ad5c

Browse files
authored
[CLN] Lint rust in CI (#2192)
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Lint rust in CI - New functionality - ... ## Test plan *How are these changes tested?* - [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes None
1 parent a843309 commit cf7ad5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr.yml

+3
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ jobs:
9999
pre-commit run --all-files flake8
100100
pre-commit run --all-files prettier
101101
pre-commit run --all-files check-yaml
102+
- name: Cargo fmt check
103+
shell: bash
104+
run: cargo fmt -- --check

0 commit comments

Comments
 (0)