Adjust config

Mikayla created

Change summary

.github/actions/check_style/action.yml | 3 ---
.github/workflows/ci.yml               | 2 +-
typos.toml                             | 2 +-
3 files changed, 2 insertions(+), 5 deletions(-)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -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

typos.toml 🔗

@@ -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