Skip to content

Commit aa3979d

Browse files
committed
Fix extension
Signed-off-by: Leo Siepel <[email protected]>
1 parent 8ce204c commit aa3979d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ Import-Package: \\
630630
<phase>verify</phase>
631631
<configuration>
632632
<workingDirectory>${project.build.directory}/node</workingDirectory>
633-
<arguments>exec -- markdownlint "../../**/*.md" --ignore "**/node_modules/**" -c .github/markdownlint.json</arguments>
633+
<arguments>exec -- markdownlint "../../**/*.md" --ignore "**/node_modules/**" -c .github/markdownlint.yaml</arguments>
634634
</configuration>
635635
</execution>
636636
</executions>

0 commit comments

Comments
 (0)