ci: Remove QA/typos check

This commit is contained in:
Mintsuki
2026-04-11 11:12:11 +02:00
parent 6dc556ea77
commit 8ba6e3e7f4
3 changed files with 0 additions and 44 deletions

View File

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