From cf4692fc88180f70f753633dd86a857704fc2c3e Mon Sep 17 00:00:00 2001 From: MAKOMO Date: Sun, 8 Oct 2023 16:12:43 +0200 Subject: [PATCH] fixed codespell action --- .github/workflows/codespell.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3ee85ba2b..7bf3b7ce0 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -28,7 +28,7 @@ on: required: true jobs: - ruff: + codespell: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -43,6 +43,8 @@ jobs: pip install -r src/requirements-dev.txt - uses: codespell-project/actions-codespell@v2 with: - path: './src' + path: src check_filenames: false check_hidden: false + skip: '*.ts,./coverage,./build,./dist*,./htmlcov,./*.spec' + ignore-words-list: ser,alog,nd,iterm,dout,te,commandi,dout,exitt,currenty,exaust,controle,coment,controle,outweight,everytime,sade