Skip to content

Commit 7e84c1e

Browse files
committed
gha: Use archlinux typos package instead of crate-ci/typos action
1 parent 7112289 commit 7e84c1e

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/qa.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ jobs:
66
spellcheck:
77
name: Spellcheck
88
runs-on: ubuntu-latest
9+
container: archlinux:latest
910
steps:
10-
- uses: actions/checkout@v4
11-
# Executes "typos ."
12-
- uses: crate-ci/typos@v1
11+
- name: Install dependencies
12+
run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S git typos
13+
14+
- name: Checkout code
15+
uses: actions/checkout@v4
16+
17+
- name: Run spellchecker
18+
run: typos

0 commit comments

Comments
 (0)