Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 5c8770c

Browse files
authored
Update mdlint.go (#106)
1 parent a2abcaf commit 5c8770c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at pellared@hotmail.com. All
58+
reported by contacting the project team at <pellared@hotmail.com>. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

build/mdlint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var mdlint = goyek.Define(goyek.Task{
2424
if len(mdFiles) == 0 {
2525
a.Skip("no .md files")
2626
}
27-
dockerImage := "ghcr.io/igorshubovych/markdownlint-cli:v0.33.0"
27+
dockerImage := "ghcr.io/igorshubovych/markdownlint-cli:v0.35.0"
2828
cmd.Exec(a, "docker run --rm -v '"+curDir+":/workdir' "+dockerImage+" "+strings.Join(mdFiles, " "))
2929
},
3030
})

0 commit comments

Comments
 (0)