mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
Create run validations section
This commit is contained in:
parent
08ba4e6458
commit
1c3e4eba37
1 changed files with 14 additions and 0 deletions
|
@ -16,6 +16,20 @@ scripts
|
|||
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
|
||||
|
||||
To run all tests it is necessary to change to the scripts directory:
|
||||
|
|
Loading…
Add table
Reference in a new issue