Skip to content

Commit

Permalink
Ignore cargo sort
Browse files Browse the repository at this point in the history
There is an issue with dotted key support
DevinR528/cargo-sort#26
  • Loading branch information
sancane committed Oct 5, 2023
1 parent ea75264 commit 378b0f4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
- name: Run tests
run: cargo test --verbose

cargo_check:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install cargo-sort
run: cargo install --locked cargo-sort
- run: cargo sort -w -c
# cargo_check:
#
# runs-on: ubuntu-latest
#
# steps:
# - uses: actions/checkout@v2
# - name: Install cargo-sort
# run: cargo install --locked cargo-sort
# - run: cargo sort -w -c

# spellcheck:

Expand Down

0 comments on commit 378b0f4

Please sign in to comment.