You've already forked markdownlint-docker
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 46e045c5cc | |||
|
078afe5dd3
|
@@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v6.0.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
# MARKDOWNLINT_VERSION
|
# MARKDOWNLINT_VERSION
|
||||||
# Only required to install a specify version
|
# Only required to install a specify version
|
||||||
MARKDOWNLINT_VERSION?=v0.46.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
MARKDOWNLINT_VERSION?=v0.47.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||||
|
|
||||||
# CONTAINER_RUNTIME
|
# CONTAINER_RUNTIME
|
||||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ The workflow or how `markdownlint-ci` can be used is pretty good
|
|||||||
[documented](https://github.com/igorshubovych/markdownlint-cli#usage).
|
[documented](https://github.com/igorshubovych/markdownlint-cli#usage).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
IMAGE_VERSION=0.45.0
|
IMAGE_VERSION=0.47.0
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
--volume "$(pwd):$(pwd)" \
|
--volume "$(pwd):$(pwd)" \
|
||||||
|
|||||||
Reference in New Issue
Block a user