Skip to content

Commit d901e6a

Browse files
authored
Fix workdir path in lint workflow configuration
1 parent fb8148c commit d901e6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
reporter: github-pr-check
3535
fail_level: "warning"
3636
level: "warning"
37-
workdir: "./docs"
37+
workdir: "docs/"
3838
remark_args: "--use=remark-preset-lint-recommended --use=remark-mdx"

0 commit comments

Comments
 (0)