Skip to content

Commit

Permalink
Prevent CI docker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Jan 7, 2024
1 parent 741fc6d commit 143aa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vale/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ VALE_FILES := (
# Using Docker avoids the need for contributors to install the Vale binary.
#Configuration defaults to what is used for CI.
run +configuration=VALE_FILES: build
docker run --rm -it \
docker run --rm \
-v $PWD/..:/src:rw,Z \
--workdir=/src \
openverse-vale:local \
Expand Down

0 comments on commit 143aa7b

Please sign in to comment.