Skip to content

Commit

Permalink
Fix cargo sort
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-pro committed May 28, 2023
1 parent a2bb0d6 commit b923a0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,10 @@ jobs:
run: cargo clippy --all-features --workspace -- -D warnings
working-directory: ./rust

check_style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Cargo Format Check
run: cargo fmt -- --check
working-directory: ./rust

- name: Cargo Sort Check
run: cargo install cargo-sort && cargo-sort --check
run: cargo install cargo-sort --debug && cargo-sort --check
working-directory: ./rust
1 change: 0 additions & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ description = "Sunrise sunset calculator for Rust"
[dependencies]
thiserror = "1.0.40"


[dev-dependencies]
anyhow = "1.0"
approx = "0.5.1"
Expand Down

0 comments on commit b923a0d

Please sign in to comment.