Ver código fonte

Create run validations section

pull/3011/head
Matheus Felipe 2 anos atrás
pai
commit
1c3e4eba37
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: AA785C523274872F
1 arquivos alterados com 14 adições e 0 exclusões
  1. +14
    -0
      scripts/README.md

+ 14
- 0
scripts/README.md Ver arquivo

@@ -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:


Carregando…
Cancelar
Salvar