Skip to content

Add integration context spec #311

Add integration context spec

Add integration context spec #311

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
workflow_dispatch:
jobs:
validate-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Markdown Lint check
uses: DavidAnson/markdownlint-cli2-action@v19.1.0
with:
globs: '**/*.md'
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2.3.0
with:
args: -v -n "*.md" "**/*.md"
fail: true
if: ${{ !contains(github.event.pull_request.labels.*.name, 'release PR') }}