Skip to content

Commit 816aca4

Browse files
committed
fix volume path
1 parent a652070 commit 816aca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
uses: addnab/docker-run-action@v3
1919
with:
2020
image: hexlet/languagetool-cli:latest
21-
options: -v ./modules:/content
21+
options: -v ${{ github.workspace }}/modules:/content
2222
run: node ./bin/check.js

0 commit comments

Comments
 (0)