1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Add spellcheck to CI

This commit is contained in:
Michael Vetter 2023-04-14 22:18:25 +02:00
parent 6eacfcb96e
commit 181772bd5c

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