ci: Remove QA/typos check
diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml
deleted file mode 100644
index a8c5ecf9..00000000
--- a/.github/workflows/qa.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: QA
-
-on: [ merge_group, push, pull_request ]
-
-jobs:
- spellcheck:
- name: Spellcheck
- runs-on: ubuntu-latest
- container: archlinux:latest
- steps:
- - name: Install dependencies
- run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S git typos
-
- - name: Checkout code
- uses: actions/checkout@v6
-
- - name: Run spellchecker
- run: typos
diff --git a/.gitignore b/.gitignore
index bbecc3fe..d4c05616 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,6 @@
!.editorconfig
!.gitattributes
!.gitignore
-!.typos.toml
# Generated files
diff --git a/.typos.toml b/.typos.toml
deleted file mode 100644
index 314c80fe..00000000
--- a/.typos.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Configuration for https://github.com/crate-ci/typos
-
-[files]
-extend-exclude = [
- # Typos already uses .gitignore. These excludes are additional:
-]
-
-[default.extend-words]
-hda = "hda"
-Nd = "Nd"
-sie = "sie"
-SIE = "SIE"
-ist = "ist"
-rela = "rela"
-RELA = "RELA"
-guid = "guid"
-GUID = "GUID"
-pn = "pn"
-hd = "hd"
-htpt = "htpt"
-CMO = "CMO"
-extint = "extint"
-TGE = "TGE"
-
-[default.extend-identifiers]
