This commit is contained in:
Markus Pesch 2025-01-11 13:44:48 +01:00
parent e1f37b8ac9
commit cc955c6178
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -21,7 +21,9 @@ jobs:
apk add git
- uses: actions/checkout@v4.2.2
- name: Verify links in markdown files
run: npm install && npm run readme:link
run: |
npm install
npm run readme:link
markdown-lint:
container:
@ -34,8 +36,10 @@ jobs:
apk update
apk add git
- uses: actions/checkout@v4.2.2
- name: Link markdown files
run: npm install && npm run readme:lint
- name: Lint markdown files
run: |
npm install
npm run readme:lint
generate-parameters:
container:
@ -49,6 +53,8 @@ jobs:
apk add git
- uses: actions/checkout@v4.2.2
- name: Generate parameter section in README
run: npm run readme:parameters
run: |
npm install
npm run readme:parameters
- name: Compare diff
run: git diff --exit-code --name-only README.md