Skip to content

Commit

Permalink
Test replacementPatterns for CMake API
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Apr 8, 2024
1 parent 65b1d91 commit f37a5ca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/markdown-check/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Markdown Link Checker

Uses the following GitHub Action: https://github.com/gaurav-nelson/github-action-markdown-link-check

Config file options: https://github.com/tcort/markdown-link-check#config-file-format

Check failure on line 5 in .github/actions/markdown-check/README.md

View workflow job for this annotation

GitHub Actions / Spell checking

`tcort` is not a recognized word. (unrecognized-spelling)
14 changes: 14 additions & 0 deletions .github/actions/markdown-check/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"projectBaseUrl":"https://nasa.github.io/fprime",
"ignorePatterns": [
{
"pattern": "^(https?://)?localhost"
}
],
"replacementPatterns": [
{
"pattern": "^[./]+api/cmake/",
"replacement": "{{BASEURL}}/UsersGuide/api/cmake/"
}
]
}

0 comments on commit f37a5ca

Please sign in to comment.