From 8f3619f8fff2286f4775e0d2b6eb820072187f45 Mon Sep 17 00:00:00 2001 From: Irina Gulina Date: Wed, 3 Jan 2024 11:56:21 +0100 Subject: [PATCH] add codespell workflow to GitHub actions --- .github/workflows/codespell.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/codespell.yml diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml new file mode 100644 index 000000000..24d07bcd4 --- /dev/null +++ b/.github/workflows/codespell.yml @@ -0,0 +1,20 @@ +name: CodeSpell + +on: + push: + branches: + - dev + pull_request: + branches: + - dev + +jobs: + codespell: + name: Check for spelling errors + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - uses: codespell-project/actions-codespell@master + with: + ignore_words_list: aas,hsa,te,chage,addopt,sybsystem,uptodate