Skip to content

Fix ShardProfile.fetch typed as single FetchProfile instead of List<FetchProfile> #5393

Fix ShardProfile.fetch typed as single FetchProfile instead of List<FetchProfile>

Fix ShardProfile.fetch typed as single FetchProfile instead of List<FetchProfile> #5393

Workflow file for this run

name: Link Checker
on: [push, pull_request]
jobs:
linkchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
with:
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json"
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}