Merge pull request #1830 from profanity-im/feat/codspellci

Add spellcheck to CI
This commit is contained in:
Michael Vetter
2023-04-15 12:18:41 +02:00
committed by GitHub

View File

@@ -46,3 +46,17 @@ jobs:
with:
clang-format-version: '16'
check-path: 'src'
spell-check:
runs-on: ubuntu-22.04
name: Check spelling
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: |
sudo apt update
sudo apt install -y --no-install-recommends codespell
- name: Check spelling
run: |
codespell