mirror of
https://github.com/containers/crun.git
synced 2026-02-05 15:45:25 +01:00
@@ -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
|
||||
|
||||
|
||||
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user