Skip to content

Commit e3f1bd5

Browse files
committed
Fix path
1 parent a3bd8d1 commit e3f1bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: nosborn/github-action-markdown-cli@v1.1.1
1515
with:
1616
files: README.md
17-
config_file: "/test/markdownlint.json"
17+
config_file: "./test/.markdownlint.json"
1818

1919
- name: Node setup
2020
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)