Skip to content

Commit f98877f

Browse files
authored
Merge pull request #879 from giuseppe/fix-codespell-ci
test: fix CI
2 parents 48e4c49 + e094499 commit f98877f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.codespellrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
skip = libocispec,build-aux,contrib,*.1,.git,configure,Makefile,libtool,m4,autom4te.cache,*.m4,*.mk
33
count =
44
ignore-words-list = trun,ser
5-

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
;;
161161
codespell)
162162
sudo docker build -t crun-codespell tests/codespell
163-
sudo docker run --rm -w /crun -v ${PWD}:/crun:/crun crun-codespell codespell
163+
sudo docker run --rm -w /crun -v ${PWD}/crun:/crun crun-codespell codespell
164164
;;
165165
esac
166166

0 commit comments

Comments
 (0)