Procházet zdrojové kódy

Create run validations section

pull/3011/head
Matheus Felipe před 2 roky
rodič
revize
1c3e4eba37
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: AA785C523274872F
1 změnil soubory, kde provedl 14 přidání a 0 odebrání
  1. +14
    -0
      scripts/README.md

+ 14
- 0
scripts/README.md Zobrazit soubor

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


Načítá se…
Zrušit
Uložit