Skip to content

Commit

Permalink
Merge branch 'master' into bitzoic-reentrancy-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic authored Dec 10, 2024
2 parents 863228f + 8e40e68 commit 65cb28f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@ name: Docs

on:
pull_request:
paths:
- docs/**

jobs:
test:
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'

docs-src-path: "docs/book/src"
spellcheck-config-path: "docs/book/.spellcheck.yml"

link-check:
name: Link Check
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- uses: gaurav-nelson/[email protected]
with:
configuration-path: "docs/book/.markdown-link-check.json"
10 changes: 10 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"ignorePatterns": [
{
"pattern": "^https://crates\\.io.*"
},
{
"pattern": "https://github.com/FuelLabs/devrel-requests/issues/new/choose"
}
]
}

0 comments on commit 65cb28f

Please sign in to comment.