Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
chore: cargo sort the whole workspace (#1427)
Browse files Browse the repository at this point in the history
cargo sort the whole workspace
  • Loading branch information
lostman authored Oct 23, 2023
1 parent a9e9a69 commit d5d8166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install Cargo.toml linter
run: cargo binstall --no-confirm cargo-sort
- name: Run Cargo.toml sort check
run: cargo sort -w --check packages/**/Cargo.toml
run: cargo sort -w --check
docs-test:
uses: FuelLabs/github-actions/.github/workflows/mdbook-docs.yml@master
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ members = [
"examples/greetings/greetings-fuel-client",
"examples/greetings/greetings-indexer",
"examples/hello-world/hello-world",
"packages/fuel-indexer",
"packages/fuel-indexer-api-server",
"packages/fuel-indexer-benchmarks",
"packages/fuel-indexer-database",
Expand All @@ -27,7 +28,6 @@ members = [
"packages/fuel-indexer-tests/indexers/simple-wasm/simple-wasm",
"packages/fuel-indexer-types",
"packages/fuel-indexer-utils",
"packages/fuel-indexer",
"plugins/forc-index",
"plugins/forc-postgres",
]
Expand Down

0 comments on commit d5d8166

Please sign in to comment.