Unverified Commit 1c3e4eba authored by Matheus Felipe's avatar Matheus Felipe
Browse files

Create run validations section

parent 08ba4e64
...@@ -16,6 +16,20 @@ scripts ...@@ -16,6 +16,20 @@ scripts
links.py links.py
``` ```
## Run validations
To run format validation on the `README.md` file, being in the root directory of public-apis, run:
```bash
$ python scripts/validate/format.py README.md
```
To run link validation on the `README.md` file, being in the root directory of public-apis, run:
```bash
$ python scripts/validate/links.py README.md
```
## Running Tests ## Running Tests
To run all tests it is necessary to change to the scripts directory: To run all tests it is necessary to change to the scripts directory:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment