Skip to content

Merge meter-state-root and metered-priority-fee branches #304

Merge meter-state-root and metered-priority-fee branches

Merge meter-state-root and metered-priority-fee branches #304

Workflow file for this run

name: Lychee Checks
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lychee-checks:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
with:
egress-policy: audit
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
with:
args: --config ./lychee.toml --cache-exclude-status 429 '**/README.md' './docs/**/*.md' './docs/**/*.mdx' './docs/**/*.html' './docs/**/*.json'
fail: true