You've already forked markdownlint-docker
Compare commits
4 Commits
v0.32.0
...
251fe34445
| Author | SHA1 | Date | |
|---|---|---|---|
| 251fe34445 | |||
| f3aeb335e7 | |||
|
d2730585a3
|
|||
| 595e325c43 |
@@ -10,7 +10,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: docker.io/volkerraschek/markdownlint:0.31.1
|
||||
image: docker.io/volkerraschek/markdownlint:0.32.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
||||
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
# MARKDOWNLINT_VERSION
|
||||
# Only required to install a specifiy version
|
||||
MARKDOWNLINT_VERSION?=v0.32.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
MARKDOWNLINT_VERSION?=v0.32.1 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
|
||||
Reference in New Issue
Block a user