Adjust config

This commit is contained in:
Mikayla 2024-01-17 17:04:00 -08:00
parent 6ea23d0704
commit 58333b96dd
No known key found for this signature in database
3 changed files with 2 additions and 5 deletions

View file

@ -21,6 +21,3 @@ runs:
run: |
export SQUAWK_GITHUB_TOKEN=${{ github.token }}
. ./script/squawk
- name: Run spelling check
uses: crate-ci/typos@master

View file

@ -40,7 +40,7 @@ jobs:
- name: Check spelling
run: |
if ! command -v typos > /dev/null; then
if ! which typos > /dev/null; then
cargo install typos-cli
fi
typos

View file

@ -7,7 +7,7 @@ extend-exclude = [
"assets/icons/file_icons/file_types.json",
# Not our typos
"assets/themes/src/vscode/*",
"crates/live_kit_server/*"
"crates/live_kit_server/*",
# Vim makes heavy use of partial typing tables
"crates/vim/*",
# Editor and file finder rely on partial typing and custom in-string syntax