Compare commits

...

2 Commits

Author SHA1 Message Date
5dd7399646 chore(deps): update dependency docker/compose to v2.40.2
Some checks failed
Lint Markdown files / markdown-lint (pull_request) Has been cancelled
Build / build-arm64 (pull_request) Has been cancelled
Build / build-amd64 (pull_request) Has been cancelled
2025-10-22 22:19:38 +02:00
d7cbda82e7 fix(ci): use DavidAnson/markdownlint-cli2-action v19.1.0
Some checks failed
Build / build-arm64 (push) Has been cancelled
Build / build-amd64 (push) Has been cancelled
Lint Markdown files / markdown-lint (push) Has been cancelled
2025-10-22 22:19:20 +02:00
2 changed files with 11 additions and 36 deletions

View File

@@ -1,46 +1,21 @@
name: Markdown linter name: 'Lint Markdown files'
on: on:
pull_request: pull_request:
paths: [ "**/*.md" ] types:
types: [ "opened", "reopened", "synchronize" ] - opened
- reopened
- synchronize
push: push:
branches: branches:
- '**' - master
paths: [ "**/*.md" ]
tags-ignore:
- '**'
workflow_dispatch: {} workflow_dispatch: {}
jobs: jobs:
markdown-link-checker:
container:
image: docker.io/library/node:24.10.0-alpine
runs-on:
- ubuntu-latest
steps:
- name: Install tooling
run: |
apk update
apk add git npm
- uses: actions/checkout@v5.0.0
- name: Verify links in markdown files
run: |
npm install
npm run readme:link
markdown-lint: markdown-lint:
container: runs-on: ubuntu-latest
image: docker.io/library/node:24.10.0-alpine
runs-on:
- ubuntu-latest
steps: steps:
- name: Install tooling
run: |
apk update
apk add git
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v5.0.0
- name: Lint markdown files - uses: DavidAnson/markdownlint-cli2-action@v19.1.0
run: | with:
npm install globs: '**/*.md'
npm run readme:lint

View File

@@ -1,6 +1,6 @@
# DC_VERSION # DC_VERSION
# Only required to install a specify version # Only required to install a specify version
DC_VERSION?=v2.40.0 # renovate: datasource=github-releases depName=docker/compose DC_VERSION?=v2.40.2 # renovate: datasource=github-releases depName=docker/compose
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and # The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and