Skip to content

Commit a37473c

Browse files
ci: improve workflows (#10)
1 parent 381a0ee commit a37473c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: cargo binstall -y --force cargo-deny cargo-machete cargo-sort
3535

3636
- name: Lint
37-
run: cargo clippy --locked
37+
run: cargo clippy --all-features --locked
3838

3939
- name: Check dependencies
4040
run: cargo deny check

.prettierrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"bracketSpacing": false,
33
"printWidth": 120,
44
"singleQuote": true,
5-
"tabWidth": 4,
6-
"trailingComma": "none"
5+
"tabWidth": 4
76
}

0 commit comments

Comments
 (0)