mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-26 08:10:20 +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:
parent
068e44bdb1
commit
ebe4e1f944
2
.github/workflows/codespell.yaml
vendored
2
.github/workflows/codespell.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user