Skip to content

Update to use forc v0.66.6 and fuel core v0.40.0 #187

Update to use forc v0.66.6 and fuel core v0.40.0

Update to use forc v0.66.6 and fuel core v0.40.0 #187

Workflow file for this run

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/[email protected]