From 568d2b015738032781c682672831517fee2f7967 Mon Sep 17 00:00:00 2001 From: imaqtkatt Date: Tue, 27 Feb 2024 15:13:34 -0300 Subject: [PATCH 1/2] Fix files filter patterns --- .github/workflows/checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f197d61f..8e555ae2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -64,4 +64,6 @@ jobs: with: incremental_files_only: false config: ./cspell.json - files: "**/*.rs **/*.md" + files: | + **/*.rs + **/*.md From 2c35a13074501bb4a819c6591c657c552cc010b6 Mon Sep 17 00:00:00 2001 From: imaqtkatt Date: Tue, 27 Feb 2024 15:31:23 -0300 Subject: [PATCH 2/2] Add "tunr" as correct word --- cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cspell.json b/cspell.json index 4d6f76d3..fca40f4d 100644 --- a/cspell.json +++ b/cspell.json @@ -72,6 +72,7 @@ "succ", "supercombinator", "supercombinators", + "tunr", "unbounds", "vectorize", "vectorizes",