Skip to content

docs: Link checker #109

docs: Link checker

docs: Link checker #109

Workflow file for this run

name: Docs
on:
pull_request:
paths:
- docs/**
jobs:
spell-check:
name: Spell Check
uses: FuelLabs/github-actions/.github/workflows/mdbook-docs.yml@master
with:
docs-src-path: "docs/book/src"
spellcheck-config-path: "docs/book/.spellcheck.yml"
lint-docs:
runs-on: ubuntu-latest
needs: link-check

Check failure on line 18 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / Docs

Invalid workflow file

The workflow is not valid. .github/workflows/docs.yml (Line: 18, Col: 12): Job 'lint-docs' depends on unknown job 'link-check'.
steps:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: '16'
pnpm: true
- name: Install Dependencies
run: pnpm install
- name: Lint Check
run: pnpm lint:check
markdown-link-check:
name: Check Links
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- uses: gaurav-nelson/[email protected]