mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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
|
||||
uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
skip: .git,./vendor
|
||||
skip: .git,./vendor,./docs/design/proposals/images
|
||||
check_filenames: true
|
||||
ignore_words_list: ExtraVersion,extraversion,ba
|
||||
check_hidden: true
|
||||
|
Loading…
Reference in New Issue
Block a user