From ea5420f4e7d001afc70d0237b151eab648bcda71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Mon, 25 Aug 2025 19:25:20 +0200 Subject: [PATCH] ci: improve workflows --- .github/workflows/ci.yml | 2 +- .prettierrc.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd96f1d..b9564bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: cargo binstall -y --force cargo-deny cargo-machete cargo-sort - name: Lint - run: cargo clippy --locked + run: cargo clippy --all-features --locked - name: Check dependencies run: cargo deny check diff --git a/.prettierrc.json b/.prettierrc.json index 7fd3381..76bf1ca 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -2,6 +2,5 @@ "bracketSpacing": false, "printWidth": 120, "singleQuote": true, - "tabWidth": 4, - "trailingComma": "none" + "tabWidth": 4 }