Skip to content

Add EPI Recorder: TRACE Level 0 record-producer + WCM attestation-source #42

Add EPI Recorder: TRACE Level 0 record-producer + WCM attestation-source

Add EPI Recorder: TRACE Level 0 record-producer + WCM attestation-source #42

Workflow file for this run

name: Check documentation links
on:
pull_request:
paths:
- "**/*.md"
- "**/integration.yaml"
schedule:
- cron: "17 8 * * 1"
workflow_dispatch:
permissions:
contents: read
jobs:
links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0
with:
args: >-
--no-progress
--exclude-path .nox
--exclude-path .pytest_cache
--exclude-path integrations/_template
--exclude 'https://dcbadge\.limes\.pink/.*'
--exclude 'https://www\.npmjs\.com/.*'
--exclude 'https://agent-passport\.org/.*'
--max-retries 3
'**/*.md'
'**/integration.yaml'
fail: true