gha: Use archlinux typos package instead of crate-ci/typos action

This commit is contained in:
Mintsuki
2025-04-05 03:57:11 +02:00
parent 7112289e1e
commit 7e84c1ea73

View File

@@ -6,7 +6,13 @@ jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
container: archlinux:latest
steps:
- uses: actions/checkout@v4
# Executes "typos ."
- uses: crate-ci/typos@v1
- name: Install dependencies
run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S git typos
- name: Checkout code
uses: actions/checkout@v4
- name: Run spellchecker
run: typos