Skip to content

Commit cae632a

Browse files
committed
fix: 🐛 add config to spell check in website workflow
1 parent 68c422e commit cae632a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

template/.github/workflows/build-website.yml.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858

5959
- name: Spell check repo
6060
uses: crate-ci/typos@aca895bf05aec0cb7dffa6f94495e923224d9f17 # v1.46.2
61+
with:
62+
config: .config/typos.toml
6163

6264
- name: Build function reference docs
6365
run: uv run quartodoc build

0 commit comments

Comments
 (0)