Skip to content

Commit

Permalink
docs: Add CI link check (#162)
Browse files Browse the repository at this point in the history
* add

* r

* r
  • Loading branch information
calldelegation authored Dec 12, 2024
1 parent fefbd93 commit ccf84fd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ on:
pull_request:

jobs:
test:
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'
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</p>

<p align="center">
<a href="https://github.com/FuelLabs/sway-standards/actions/workflows/ci.yml" alt="CI">
<img src="https://github.com/FuelLabs/sway-standards/actions/workflows/ci.yml/badge.svg" />
<a href="https://github.com/FuelLabs/sway-standards/actions/workflows/ci.yaml" alt="CI">
<img src="https://github.com/FuelLabs/sway-standards/actions/workflows/ci.yaml/badge.svg" />
</a>
<a href="https://crates.io/crates/forc/0.63.3" alt="forc">
<img src="https://img.shields.io/badge/forc-v0.63.3-orange" />
Expand Down
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 ccf84fd

Please sign in to comment.