You've already forked markdownlint-docker
Compare commits
1 Commits
master
...
1ce566df94
Author | SHA1 | Date | |
---|---|---|---|
1ce566df94
|
@ -17,7 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4.2.2
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@v3.6.0
|
||||||
- uses: docker/setup-buildx-action@v3.11.1
|
- uses: docker/setup-buildx-action@v3.10.0
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4.2.2
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@v3.6.0
|
||||||
- uses: docker/setup-buildx-action@v3.11.1
|
- uses: docker/setup-buildx-action@v3.10.0
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
|
@ -17,6 +17,6 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4.2.2
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
@ -11,7 +11,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4.2.2
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@v3.6.0
|
||||||
- uses: docker/setup-buildx-action@v3.11.1
|
- uses: docker/setup-buildx-action@v3.10.0
|
||||||
|
|
||||||
- uses: docker/login-action@v3.4.0
|
- uses: docker/login-action@v3.4.0
|
||||||
with:
|
with:
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4.2.2
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@v3.6.0
|
||||||
- uses: docker/setup-buildx-action@v3.11.1
|
- uses: docker/setup-buildx-action@v3.10.0
|
||||||
|
|
||||||
- uses: docker/login-action@v3.4.0
|
- uses: docker/login-action@v3.4.0
|
||||||
with:
|
with:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/node:24.1.0-alpine3.20 AS build
|
FROM docker.io/library/node:24.0.1-alpine3.20 AS build
|
||||||
|
|
||||||
ARG MARKDOWNLINT_VERSION=master
|
ARG MARKDOWNLINT_VERSION=master
|
||||||
|
|
||||||
|
3
Makefile
3
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.45.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
MARKDOWNLINT_VERSION?=v0.44.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
|
||||||
@ -27,6 +27,7 @@ container-image/build:
|
|||||||
--no-cache \
|
--no-cache \
|
||||||
--pull \
|
--pull \
|
||||||
--tag ${MARKDOWNLINT_IMAGE_FULLY_QUALIFIED} \
|
--tag ${MARKDOWNLINT_IMAGE_FULLY_QUALIFIED} \
|
||||||
|
--tag \
|
||||||
.
|
.
|
||||||
|
|
||||||
# DELETE CONTAINER IMAGE
|
# DELETE CONTAINER IMAGE
|
||||||
|
@ -6,5 +6,5 @@ This project contains all sources to build the container image `git.cryptic.syst
|
|||||||
primary goal of this project is to package the binary `markdownlint-ci` as container image. The source code of the
|
primary goal of this project is to package the binary `markdownlint-ci` as container image. The source code of the
|
||||||
binary can be found in the upstream project of [igorshubovych](https://github.com/igorshubovych/markdownlint-cli).
|
binary can be found in the upstream project of [igorshubovych](https://github.com/igorshubovych/markdownlint-cli).
|
||||||
|
|
||||||
The workflow or how `markdownlint-ci` can be used is pretty good
|
The workflow or how `markdownlint-ci` can in general be used is documented
|
||||||
[documented](https://github.com/igorshubovych/markdownlint-cli#usage).
|
[here](https://github.com/igorshubovych/markdownlint-cli#usage).
|
||||||
|
Reference in New Issue
Block a user