Skip to content

Commit

Permalink
Add markdown link check workflow 4
Browse files Browse the repository at this point in the history
  • Loading branch information
edumserrano committed Jan 12, 2024
1 parent 2ccfec7 commit 5212b2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/markdown-link-check-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
{
"pattern": "^https://www.linkedin.com/in/eduardomserrano/",
"description": "Linkedin returns 999, can't figure out how to make this work past Linkedin's 'are you a human?' check."
},
{
"pattern": "^https://blog.tersmitten.nl/slugify/",
"description": "Returns a 400. Probably need some headers to get a 200."
}
],
"replacementPatterns": [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A Docker container [GitHub action](https://docs.github.com/en/actions/learn-gith
**Notes about the JSON output:**

- The keys on the JSON object are id field of the template form element.
- Checkboxes form elements are outputed as an object whose keys are the [slugified]((https://blog.tersmitten.nl/slugify/)) value of the label of the option.
- Checkboxes form elements are outputed as an object whose keys are the [slugified](https://blog.tersmitten.nl/slugify/) value of the label of the option.
- When the form element is optional and no input is provided for the form element then the issue form body will contain a `_No response_` but the parsed output for that key in the JSON string will just be an empty value.
- **For a better understanding of the output rules see example below.**

Expand Down

0 comments on commit 5212b2e

Please sign in to comment.