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 1/2] =?UTF-8?q?fix:=20=F0=9F=90=9B=20add=20config=20to=20s?= =?UTF-8?q?pell=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 From c89316ae9b9047800ba573b88612242c47f11e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= Date: Mon, 27 Jul 2026 09:13:59 +0200 Subject: [PATCH 2/2] =?UTF-8?q?ci:=20=F0=9F=92=9A=20remove=20spell=20check?= =?UTF-8?q?=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/.github/workflows/build-website.yml.jinja | 5 ----- 1 file changed, 5 deletions(-) diff --git a/template/.github/workflows/build-website.yml.jinja b/template/.github/workflows/build-website.yml.jinja index b14fa09..1df860f 100644 --- a/template/.github/workflows/build-website.yml.jinja +++ b/template/.github/workflows/build-website.yml.jinja @@ -56,11 +56,6 @@ jobs: - name: Set up Quarto uses: quarto-dev/quarto-actions/setup@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0 - - 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