We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a652070 commit 816aca4Copy full SHA for 816aca4
.github/workflows/check.yml
@@ -18,5 +18,5 @@ jobs:
18
uses: addnab/docker-run-action@v3
19
with:
20
image: hexlet/languagetool-cli:latest
21
- options: -v ./modules:/content
+ options: -v ${{ github.workspace }}/modules:/content
22
run: node ./bin/check.js
0 commit comments