Release v0.6.2 #174
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docs | |
on: | |
pull_request: | |
jobs: | |
spell-check: | |
name: Spell Check | |
uses: FuelLabs/github-actions/.github/workflows/mdbook-docs.yml@master | |
with: | |
docs-src-path: "docs/src" | |
spellcheck-config-path: "docs/.spellcheck.yml" | |
link-check: | |
name: Link Check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Run Markdown Link Check | |
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 |