generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 2
43 lines (42 loc) · 1.08 KB
/
check-kyma-links.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Verify markdown links in Kyma project
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
verify-links:
strategy:
fail-fast: false
matrix:
repository:
- kyma
- btp-manager
- istio
- serverless-manager
- telemetry-manager
- eventing-manager
- api-gateway
- nats-manager
- application-connector-manager
- keda-manager
- community
- cloud-manager
- docker-registry
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install
run: npm install
- name: Checkout ${{matrix.repository}}
uses: actions/checkout@v4
with:
repository: kyma-project/${{matrix.repository}}
path: ${{matrix.repository}}
- name: Verify links
run: |
cd ${{matrix.repository}}
node ../md-check-link.js -q -n 8 -c ../.mlc.config.json ./