We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4930834 commit 50c6298Copy full SHA for 50c6298
hack/format.sh
@@ -36,7 +36,7 @@ if [ -z "$GITHUB_ACTIONS" ]; then
36
docker run --rm \
37
-v "$PWD":/workspace \
38
-w /workspace \
39
- --user root \
+ --user "$(id -u):$(id -g)" \
40
davidanson/markdownlint-cli2:v0.18.1 \
41
markdownlint-cli2 --fix "**/*.md"
42
fi
0 commit comments