From 1c3e4eba3784a28a74de185d5af2b7072e2f18b3 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Mon, 17 Jan 2022 20:18:54 -0300 Subject: [PATCH] Create run validations section --- scripts/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index 951c91d2..3bcacdc8 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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: