We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9ead7f + 923799b commit 249ccc8Copy full SHA for 249ccc8
.github/workflows/rust.yml
@@ -29,3 +29,7 @@ jobs:
29
- name: build ocaml types
30
run: |
31
cargo build --features ocaml_types
32
+
33
+ - name: Run cargo fmt
34
+ run: |
35
+ cargo fmt
0 commit comments