Configure spell check action

This commit is contained in:
Adrian Kumpf
2023-02-03 21:22:00 +01:00
parent 8756c66bca
commit 00cb6efd42
2 changed files with 14 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ jobs:
- name: Verify that POT files are up to date
run: mix gettext.extract --check-up-to-date
if: ${{ matrix.lint }}
- name: Spell check
uses: crate-ci/typos@master
- name: Run Tests
run: mix test
- name: Check Coverage