Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
1c3e4eba
Unverified
Commit
1c3e4eba
authored
Jan 17, 2022
by
Matheus Felipe
Browse files
Create run validations section
parent
08ba4e64
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/README.md
View file @
1c3e4eba
...
@@ -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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment