Skip to content

Commit 309dc56

Browse files
authored
ci: Make examples checked with cargo-sort (#3624)
1 parent 204c5ad commit 309dc56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,10 @@ jobs:
244244
with:
245245
tool: cargo-sort@2.0.2
246246
- name: Check dependency tables
247-
run: |
248-
cargo-sort --workspace --grouped --check
247+
run: cargo-sort --workspace --grouped --check
248+
- name: Check examples dependency tables
249+
run: cargo-sort --workspace --grouped --check
250+
working-directory: examples
249251

250252
typos:
251253
name: Spell Check with Typos

0 commit comments

Comments
 (0)