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.
1 parent 5fd4401 commit 2782089Copy full SHA for 2782089
.github/workflows/dev_ci.yml
@@ -17,6 +17,8 @@ jobs:
17
- uses: actions/checkout@v2
18
- name: build_linux
19
run: cargo build --all-features --verbose --release
20
+ - name: rustfmt
21
+ run: cargo fmt --all -- --check
22
- name: Run tests
23
run: cargo test --features plotly_ndarray,kaleido --release --verbose
24
- name: Run basic charts
.github/workflows/release_ci.yml
0 commit comments