Skip to content

feat(std-lib): TxUtils tx-context helpers (isSeismicTx / isSignedRead) #187

feat(std-lib): TxUtils tx-context helpers (isSeismicTx / isSignedRead)

feat(std-lib): TxUtils tx-context helpers (isSeismicTx / isSignedRead) #187

Workflow file for this run

name: Docs
on:
push:
branches: [main]
paths:
- "docs/**"
- "workspace/**"
- "README.md"
- "CLAUDE.md"
pull_request:
paths:
- "docs/**"
- "workspace/**"
- "README.md"
- "CLAUDE.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
gitbook-links:
name: GitBook broken links
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: lycheeverse/lychee-action@v2
with:
args: "--offline --root-dir docs/gitbook --no-progress 'docs/gitbook/**/*.md'"
fail: true
repo-links:
name: Repo docs broken links
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: lycheeverse/lychee-action@v2
with:
args: "--offline --no-progress --exclude-path docs/gitbook 'docs/*.md' 'docs/**/*.md' 'workspace/*.md' 'README.md' 'CLAUDE.md'"
fail: true