From a7d1c6f2d1920aff595c5abc5b8d17d6617f2504 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Wed, 28 May 2025 16:31:49 +0300 Subject: [PATCH 1/3] ci: add typos job --- .github/workflows/workspace.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index 6b2d7f8..7430967 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -35,3 +35,9 @@ jobs: - name: Run cargo fmt run: cargo fmt --all -- --check + + typos: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: crate-ci/typos@v1 From 5c3ced95bd32be06fca0e44814b0ba18d373afda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Wed, 28 May 2025 16:34:45 +0300 Subject: [PATCH 2/3] add typos cfg --- .typos.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..b6681ae --- /dev/null +++ b/.typos.toml @@ -0,0 +1,9 @@ +[files] +extend-exclude = [ + ".git/" +] + +[default.extend-words] +"GOST" = "GOST" +"DAA" = "DAA" +"Ede" = "Ede" From 28b04fb8d0900a3ba8c93c7d17aaa8071541ae6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Wed, 28 May 2025 16:35:30 +0300 Subject: [PATCH 3/3] tweak typos config --- .typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.typos.toml b/.typos.toml index b6681ae..45626b3 100644 --- a/.typos.toml +++ b/.typos.toml @@ -6,4 +6,4 @@ extend-exclude = [ [default.extend-words] "GOST" = "GOST" "DAA" = "DAA" -"Ede" = "Ede" +"EDE" = "EDE"