chore(progress_bar): simplify linear code
This commit is contained in:
parent
417923fbaf
commit
13fb598517
3 changed files with 37 additions and 67 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -15,10 +15,11 @@ jobs:
|
|||
- name: Rust toolchain
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
components: rustfmt
|
||||
rustflags: ""
|
||||
- name: Format
|
||||
run: cargo fmt -- --check
|
||||
run: cargo +nightly fmt -- --check
|
||||
|
||||
tests:
|
||||
needs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue