Skip to content

feat: odigos describe command (#1595) #742

feat: odigos describe command (#1595)

feat: odigos describe command (#1595) #742

Workflow file for this run

name: Check links
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: lycheeverse/[email protected]
with:
args: >-
-v -n "*.md" "**/*.md"
--exclude "http://localhost*"
fail: true