-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
*.rst
glob pattern to defaults (#197)
- Loading branch information
Showing
6 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,7 +105,7 @@ See [action.yml](./action.yml) for a full list of supported arguments and their | |
uses: lycheeverse/[email protected] | ||
with: | ||
# Check all markdown and html files in repo (default) | ||
args: --verbose --no-progress './**/*.md' './**/*.html' | ||
args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' | ||
# Use json as output format (instead of markdown) | ||
format: json | ||
# Use different output file path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.. figure:: awesome.png | ||
:alt: Logo | ||
|
||
Logo | ||
|
||
.. figure:: #awesome | ||
:alt: Anchors should be ignored | ||
|
||
Anchors should be ignored | ||
|
||
Normal link, which should work as expected. | ||
`Wikipedia <https://en.wikipedia.org/wiki/Static_program_analysis>`__ | ||
|
||
Just a normal link without any markup around it should work, too. | ||
https://endler.dev | ||
|
||
Test GZIP compression. (See | ||
https://github.com/analysis-tools-dev/static-analysis/issues/350) | ||
`LDRA <https://ldra.com>`__ | ||
|
||
Some more complex formatting to test that Markdown parsing works. |CC0| | ||
|
||
Test HTTP and HTTPS for the same site. http://spinroot.com/cobra/ | ||
https://spinroot.com/cobra/ | ||
|
||
[email protected] | ||
|
||
.. |CC0| image:: https://i.creativecommons.org/p/zero/1.0/88x31.png | ||
:target: https://creativecommons.org/publicdomain/zero/1.0/ |