Skip to content

docs: add more detailed information about Marble<->Coordinator attestation #208

docs: add more detailed information about Marble<->Coordinator attestation

docs: add more detailed information about Marble<->Coordinator attestation #208

Workflow file for this run

name: Links
on:
push:
branches:
- master
paths:
- "**.md"
- "**.html"
pull_request:
paths:
- "**.md"
- "**.html"
jobs:
linkChecker:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Link Checker
uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a # v1.9.3
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}