From cae632a4fba54ee63038eb62e6ccf3353d36f774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= Date: Fri, 24 Jul 2026 12:35:52 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20add=20config=20to=20spell?= =?UTF-8?q?=20check=20in=20website=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/.github/workflows/build-website.yml.jinja | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/.github/workflows/build-website.yml.jinja b/template/.github/workflows/build-website.yml.jinja index de4ec4b..b14fa09 100644 --- a/template/.github/workflows/build-website.yml.jinja +++ b/template/.github/workflows/build-website.yml.jinja @@ -58,6 +58,8 @@ jobs: - name: Spell check repo uses: crate-ci/typos@aca895bf05aec0cb7dffa6f94495e923224d9f17 # v1.46.2 + with: + config: .config/typos.toml - name: Build function reference docs run: uv run quartodoc build