From 8ec064e6ba57d6570440d6ac719d78e790432f9f Mon Sep 17 00:00:00 2001 From: FineFindus Date: Sun, 15 Sep 2024 14:16:36 +0200 Subject: [PATCH] build: ignore spelling of trough This word describes the bar of a scale, but is not reconginzed by the spell checker. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf2387b..2bf84bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - name: Install Python Dependencies run: pip install codespell - name: Run spellchecker - run: codespell -S po,_build,.git,.flatpak,_builddir,build,target -L crate,rouge,vermillion + run: codespell -S po,_build,.git,.flatpak,_builddir,build,target -L crate,rouge,vermillion,trough update_translations: