You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should implement some tests / checks to be run when README.md is run.
The following comment has details of how to check for incorrect URLs, and for 'space before comma' typos
Possible tests
I have not used the Markdown editor MarkText for this commit (hence #499), but with its spell checker (on Linux Mint in my case) already raises some typos such as:
buid
intallation
knowlegdeable
In addition to find out incorrect commas use:
grep -E " ,|,'" README.md
I just established (hence #499) the following command-line to check URL updates:
The tests should be implemented in a new workflow README-check.yml
The text was updated successfully, but these errors were encountered:
petefoth
changed the title
Automate url and type checking when README.md is checked in
Automate URL and typo checking when README.md is checked in
Oct 30, 2023
We should implement some tests / checks to be run when
README.md
is run.The following comment has details of how to check for incorrect URLs, and for 'space before comma' typos
Possible tests
The tests should be implemented in a new workflow
README-check.yml
The text was updated successfully, but these errors were encountered: