cleanup: run codespell on containerized testing

This commit adds a new target codespell to the
make containerized-test.

Fixes: #2229

Signed-off-by: Yati Padia <ypadia@redhat.com>
This commit is contained in:
Yati Padia
2021-08-11 10:33:37 +05:30
committed by Madhu Rajanna
parent 7fba62dd47
commit e077c1fdf5
4 changed files with 10 additions and 8 deletions

View File

@ -14,9 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: codespell
uses: codespell-project/actions-codespell@master
with:
skip: .git,./vendor,./docs/design/proposals/images
check_filenames: true
ignore_words_list: ExtraVersion,extraversion,ba
check_hidden: true
run: CONTAINER_CMD=docker make containerized-test TARGET=codespell