diff --git a/.codespellrc b/.codespellrc index cbe19358..9ee83023 100644 --- a/.codespellrc +++ b/.codespellrc @@ -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 - diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 46d7be7c..584ba6dd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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