Skip to content
Snippets Groups Projects
Commit 81e97655 authored by alexander.quast's avatar alexander.quast :8ball:
Browse files

Merge branch 'checkHelpConsistency' into 'main'

Added link checker to check if help files are missing

See merge request frontend/user-guide!12
parents cf9b1564 2d9de3bf
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,11 @@ include:
- project: sre/ci-building-blocks
file: nodejs.yml
check help consistency:
extends: .unit tests
stage: test
script: yarn check-links
variables:
PROJECT_VERSION_PART: "8.18"
OX_COMPONENT: core-user-guide
......@@ -4,6 +4,7 @@
"description": "App Suite UI Help",
"license": "AGPL-3.0-or-later",
"scripts": {
"check-links": "npx --yes link-checker help/ --disable-external",
"test": "echo VGhpcyBpcyBmaW5lLi4u8J+UpQo= | base64 -d && true"
},
"dependencies": {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment