Skip to content

docs: testnet breaking changes #37

docs: testnet breaking changes

docs: testnet breaking changes #37

Workflow file for this run

name: Docs
on:
push:
branches:
- master
pull_request:
jobs:
lint-docs:
name: Lint Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
- name: Lint Check
run: |
pnpm install
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]
spell-check:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: rojopolis/[email protected]
with:
config_path: .spellcheck.yml
task_name: SPCheck