From 09f04ed8db27e95d06cc06e00e9dcdbc05bdca60 Mon Sep 17 00:00:00 2001 From: Aidan Date: Wed, 8 May 2024 20:13:36 +0200 Subject: [PATCH] ci: Change taplo rules --- .github/workflows/ci.yaml | 4 ++-- .taplo.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15cca0b01..e40a0716e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: Taplo formatting on: push: - paths: "**/Cargo.toml" + paths: "**/*.toml" pull_request: - paths: "**/Cargo.toml" + paths: "**/*.toml" jobs: toml: diff --git a/.taplo.toml b/.taplo.toml index f37a20722..d5aa3c0ce 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -1,6 +1,7 @@ [[rule]] -include = ["**/Cargo.toml"] +include = ["**/*.toml"] [rule.formatting] reorder_arrays = true reorder_keys = true +column_width = 150