From 181772bd5c7e46c3f113d948edfc97a89b703523 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 14 Apr 2023 22:18:25 +0200 Subject: Add spellcheck to CI --- .github/workflows/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89a46e9e..ee0c48c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 -- cgit 1.4.1-2-gfad0