1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-06-14 02:43:36 +00:00

ci: ignore spell check for design proposal images

To avoid failures triggered by checking SVG image formats.

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
Prasanna Kumar Kalever
2021-07-26 16:00:13 +05:30
committed by Madhu Rajanna
parent 068e44bdb1
commit ebe4e1f944

@ -16,7 +16,7 @@ jobs:
- name: codespell - name: codespell
uses: codespell-project/actions-codespell@master uses: codespell-project/actions-codespell@master
with: with:
skip: .git,./vendor skip: .git,./vendor,./docs/design/proposals/images
check_filenames: true check_filenames: true
ignore_words_list: ExtraVersion,extraversion,ba ignore_words_list: ExtraVersion,extraversion,ba
check_hidden: true check_hidden: true