Skip to content

Commit

Permalink
mage: bump markdown lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Feb 18, 2024
1 parent f55ac76 commit 530d01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (Lint) Markdown() error {
}
return sh.RunV("docker", "run", "--rm",
"-v", fmt.Sprintf("%s:/src:ro", cwd),
"ghcr.io/igorshubovych/markdownlint-cli:v0.34.0", "--config", "/src/.markdownlint.yaml", "/src")
"ghcr.io/igorshubovych/markdownlint-cli:v0.39.0", "--config", "/src/.markdownlint.yaml", "/src")
}

// Go Run all go linters
Expand Down

0 comments on commit 530d01e

Please sign in to comment.