Skip to content

add concept for OCI Artifact #85

add concept for OCI Artifact

add concept for OCI Artifact #85

Workflow file for this run

name: Check Markdown links
on:
pull_request:
branches:
- '**'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node
uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
cache: 'npm'
- name: install dependencies
run: npm ci
- name: check internal markdown links
run: npm run check-links