test: fix CI

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2022-02-17 20:26:58 +01:00
parent 48e4c495d8
commit e094499e42
2 changed files with 1 additions and 2 deletions

View File

@@ -2,4 +2,3 @@
skip = libocispec,build-aux,contrib,*.1,.git,configure,Makefile,libtool,m4,autom4te.cache,*.m4,*.mk
count =
ignore-words-list = trun,ser

View File

@@ -160,7 +160,7 @@ jobs:
;;
codespell)
sudo docker build -t crun-codespell tests/codespell
sudo docker run --rm -w /crun -v ${PWD}:/crun:/crun crun-codespell codespell
sudo docker run --rm -w /crun -v ${PWD}/crun:/crun crun-codespell codespell
;;
esac